contact  |  about  |  sitemap

Proper TAGS with carriage return
Last Post 29 Mar 2010 08:07 AM by Tijn. 1 Replies.
Sort:
PrevPrev NextNext
Author Messages
Jimmy

--
28 Mar 2010 10:41 PM
<TR>
<TD class=label>Neighborhood</TD>
<TD class=value><A title="Gerritsen Beach" onclick=
<TR class=" alt_hilite ">
--------------------------------------

i am trying to capture the "Gerritsen Beach"

i try and use
FROM: <TD class=label>Neighborhood</TD><TD class=value><A title=
TO: onclick=
but it returns nothing...

When i use this and (strip HTML)
FROM: <TD class=label>Neighborhood</TD>
TO: onclick=

it returns <TD class=value><A title=

Do I need to add a carriage return? I did try this:
FROM: <TD class=label>Neighborhood</TD>#13#<TD class=value><A title
TO: onclick

and that returns nothing. Any recommendations?
Tijn

--
29 Mar 2010 08:07 AM
The best way to bypass carriage return is by using the * as wild card.
Try:

from: <TD class=label>Neighborhood</TD>*<TD class=value><A title="
to: "

Note that a from like: <A title=" is usually more then enough.


Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
Enter the code shown above:

Submit

Powered by Active Forums

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.