Ok I am kinda lost on how to do this??
I need to look for all instances of this:
<a href="#" onClick="MM_openBrWindow('xtcWomansTeddies/21.htm','PRODUCT','scrollbars=yes,resizable=yes,width=550,height=550')"><img src="pix/Lteddy/sPage%208-%202424.jpg" width="75" height="105" border="1"></a>
BUT the problem lies in the ink xtcWomansTeddies/21.htm and related image name will change based on how many products I have on each page.
Is there a way for me to look for all instances of this:
onClick="MM_openBrWindow('
and this:
','PRODUCT','scrollbars=yes,resizable=yes,width=550,height=550')
and get what is between them into a variable?? I tried in perl and decided to go back to what I know but know I am all messed up LOL
My supplier sent me a DVD that contains the product line but it is in a ton of word docs and is basically useless. So they told me to spider their site to extract info. "I was like cool!! Will do" Then I couldn't figure it out
Any help or pointers would be awesome
Eric