J
jussi
Hi gurus
I need to modify HTML page by finding and replaicing some strings. Here
is few exsamples what I need to do (inside FORM tags):
!!more html code in the same line !! <a
href="javascript:CreateList(TopForm)"><img
src="images/playselected.gif" bgcolor="#949494" align="right/"
border="0"></a> !!more html code in the same line !!
This should replace with this one:
And more I need to find and replace:
<a
href="javascript
opUpPlayFile('./PlayFile.asp?E:\\video\\506-TEST-VIDEO.mpg@$$@506-SRI%TEST_VIDEO',1)">
should be like this:
<a href="file://server/mpegs/506-TEST-VIDEO.mpg>
I have tryit regular expressions to manage with this, but its very
hard.
Any help would be nice.
-Jussi
I need to modify HTML page by finding and replaicing some strings. Here
is few exsamples what I need to do (inside FORM tags):
!!more html code in the same line !! <a
href="javascript:CreateList(TopForm)"><img
src="images/playselected.gif" bgcolor="#949494" align="right/"
border="0"></a> !!more html code in the same line !!
This should replace with this one:
And more I need to find and replace:
<a
href="javascript
should be like this:
<a href="file://server/mpegs/506-TEST-VIDEO.mpg>
I have tryit regular expressions to manage with this, but its very
hard.
Any help would be nice.
-Jussi