O.P. help! variable frame target
i'm not very good at some of this javascript stuff can some1 help me with the js i should be able to do the html i'll host it somewhere too
this should work against surfcontrol the url blocking program used in schools and bussinesses
basicaly i want a a form textbox then a form button then a frame, the frame has a variable target of whatever url is in the text box, then the link to open in the frame
something like
<input type="text" name="targeturl"><input type="submit" name="surf"><br>
<frameset cols="100%">
<frame name="targpage" src="textbox above or link opened from framepage" marginheight="0" marginwidth="0" scrolling="auto" noresize>
</frameset>
|