how do I get rid of clicking the button and loading it my html?

Manfred Meier m.meier at SPIEKERMANN.DE
Sat Jul 29 01:48:10 EDT 2006


I don't know your application and so don't know which initialzing button 
you mean. But if there is a button then it is most likely a submit 
button of a form. Look at the source code of the html page in your 
browser and try to find out, to what url the action property in the form 
tag points.

If there are no other hidden or visible input tags, try to point your 
browser to the url in the action property. If there are input tags, try 
to append the neccessary values to the url.

I don't know if that works in your case. But its a often used method to 
circumvent the manual filling of forms.

Manfred




Albert Anderson schrieb:

> Hi List,
> 
>  My question is how do I get my page to load auto like without using 
> initialzing button.  I dont want to use the button.  I just want to page 
> just load.  Is there a way around this?  I'm using a linux machine with 
> mapsever 4.  Could someone help me?
> 
> Thanks,
> Albert
> 
> ------------------------------------------------------------------------
> Do you Yahoo!?
> Next-gen email? Have it all with the all-new Yahoo! Mail Beta. 
> <http://us.rd.yahoo.com/evt=42241/*http://advision.webevents.yahoo.com/handraisers> 
> 



More information about the mapserver-users mailing list