Search:

Type: Posts; User: Thiyagrajan

Search: Search took 0.10 seconds.

  1. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    Hi,
    I am facing the same problem.Before that I used content.contain("string")
  2. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    Yes.I understand the question,but the html pages in server not local.
  3. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    No its not a file read from any url that contain frame n search the keyword
  4. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    I am not able to get keyword from a & b frame.

    --- Update ---

    Ok.If U have any idea.Please give the full code to search key word in frame
  5. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    yes.
    String content = httpMethod.getResponseBody();


    if (content.toLowerCase().contains(
    device.getKeyword().toLowerCase())) {

    sop("keyword \"" +...
  6. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    If we retrieve using HttpResponse header & body then?
  7. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    How it ill work? indexof will search the keyword only in main.html page.
  8. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    Could U give the solution for this pb to find keyword with new code

    --- Update ---

    Hi
    Could u give soln for this pb.
  9. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    with String I tried but I am not able to get the keyword
  10. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Re: Frame

    main.html

    <html>
    <head>
    <frameset cols="20%,*">
    <frame src="a.html"/>
    <frame src="b.html"/>
    </frameset >
    </head >
    <body>
  11. Thread: Frame

    by Thiyagrajan
    Replies
    20
    Views
    1,258

    Frame

    I Have tried to search keyword in frames using java program.But I am not get any solution.Please help me
Results 1 to 11 of 11