Re: General question about what is possible re: AS driving JavaScript
Re: General question about what is possible re: AS driving JavaScript
- Subject: Re: General question about what is possible re: AS driving JavaScript
- From: "Gary (Lists)" <email@hidden>
- Date: Tue, 12 Jul 2005 17:08:23 -0400
"Bill Planey" wrote:
> <frameset frameborder="0" border="1" framespacing="0" rows="0,*">
> <frame name="UtilityFrame" scrolling="NO" target="main"
> src="/SearchDetail/Scripts/SearchUtility.asp?page=quick&proptype=res"
> marginwidth="0" marginheight="0">
> <frame name="SearchFrame" src="/Share/PleaseWait.htm" scrolling="auto">
> <noframes>
> <body>
> <p>This page uses frames, but your browser doesn't support them.x</p>
> </body>
> </noframes>
> </frameset>
>
> =============================================================
> ...and on the page as displayed in the browser, there are probably more than
> a hundred fields. I believe everything is taking place on the server side.
:) It doesn't quite work that way.
What you see as 'the source' is the source of the target page. The source
of the displayed HTML is from the <frame name="_______" ...> tags.
If you wish to view the source HTML of a form, then in most browsers you can
position your pointer near to the place you are interested in and then
right-click to 'View Frame Source' (not page source.)
In Mozilla 1.7 you can just select the form, right click, and choose 'View
Selection Source' and just see the source of the form.
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden