Hi
I Learned a lot from this forum but i haven't found one thing from searching
Today i try to fill data in one form when i see the pagesource of that forum i got this
VB Code:
Main Page
<HTML>
<frameset frameborder="0" framespacing="0" border="0" rows="100%" noresize>
<frame name="p00p" src="http://localhost/1.html" noresize>
</frameset>
</HTML>
@@@@@@@
1.html
VB Code:
<html>
<head></head>
<body>
<input name="testfield" type="text" />
<input type="submit" value="submit form" />
</body>
</html>
How to fill data in this