PDA

View Full Version : Need help with IE.



ManOnTheMoon
02-08-2009, 09:58 PM
<html>
<head>
<title>xxxxxxxxxxxxxxxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="50,*" frameborder="NO" bordercolor="#BEBEFF" border="0" framespacing="0">

<frame src="TopBARQuam.asp?User=BC149281CEF79AF6BCD91CEF79CA8C4F01CEF79BC149281CEF79AF6 BCD91CEF79|3879C7|1B8A4E" noresize scrolling="NO" frameborder="NO" marginwidth="0" marginheight="0" name="topbar">

<frame src="listQuam.asp?user=9E04170184F6693615A6184F66AA2BCA0184F669E04170184F6693615 A6184F66|2B5C89|130D23&oldsort=Number&sorting=Number&SortOrder=DESC" noresize marginwidth="0" marginheight="0" name="Main" scrolling="Yes" frameborder="NO">
</frameset>
<noframes></noframes>

</html>
--------------------------------
I need to create a macro which will automatically add new record to the database. My problem is in the source code of the input form, it links to 2 asp files and I cannot see input tags (the source code of the input form is listed above). Can anybody help me some ideas to solve this (add values to the textboxes in asp)?

JP2112
02-11-2009, 12:16 PM
Can you post the URL for the site?



<html>
<head>
<title>xxxxxxxxxxxxxxxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="50,*" frameborder="NO" bordercolor="#BEBEFF" border="0" framespacing="0">

<frame src="TopBARQuam.asp?User=BC149281CEF79AF6BCD91CEF79CA8C4F01CEF79BC149281CEF79AF6 BCD91CEF79|3879C7|1B8A4E" noresize scrolling="NO" frameborder="NO" marginwidth="0" marginheight="0" name="topbar">

<frame src="listQuam.asp?user=9E04170184F6693615A6184F66AA2BCA0184F669E04170184F6693615 A6184F66|2B5C89|130D23&oldsort=Number&sorting=Number&SortOrder=DESC" noresize marginwidth="0" marginheight="0" name="Main" scrolling="Yes" frameborder="NO">
</frameset>
<noframes></noframes>

</html>
--------------------------------
I need to create a macro which will automatically add new record to the database. My problem is in the source code of the input form, it links to 2 asp files and I cannot see input tags (the source code of the input form is listed above). Can anybody help me some ideas to solve this (add values to the textboxes in asp)?

ManOnTheMoon
02-11-2009, 07:50 PM
It's a tool which is used internally in my company so I don't think you can access it from outside. Why is it important?
I tested my macro with some sites which I can see input tags .... in the source, it works well. But don't know how to make it work in this case.:dunno

JP2112
02-11-2009, 07:59 PM
I thought if it was an external website, I could view the source and see what the HTML tags are. That would assist in writing the code.

Try the frame object (http://msdn.microsoft.com/en-us/library/ms535250%28VS.85%29.aspx) for programmatic access to IE frames.

HTH


It's a tool which is used internally in my company so I don't think you can access it from outside. Why is it important?
I tested my macro with some sites which I can see input tags .... in the source, it works well. But don't know how to make it work in this case.:dunno

ManOnTheMoon
02-11-2009, 08:49 PM
I thought if it was an external website, I could view the source and see what the HTML tags are. That would assist in writing the code.

Try the for programmatic access to IE frames.

HTH
Thank you for your quick reply. The html code which I listed above is all the source code of that page.