Reply
Onload click a button?
Old 12-16-2007, 12:31 PM Onload click a button?
XRS
Average Talker

Posts: 25
Hi,

I want to make a thing that everytime I run a page (test.html) he automatically clicks a button present on it.

Let's imagine that we have a vote system that we need to click the button to our vote be validate.

I open that page and the javascript select the button and automatically clicks in it.


Someone could help me?
Thanks in advance.
XRS is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 12-16-2007, 01:06 PM Re: Onload click a button?
tripy's Avatar
Fetchez la vache!

Posts: 2,162
Name: Thierry
Location: In the void
If the button is on the same domain, no problems.
If not, you cannot achieve this, as every browser today restrict you to access a page with javascript outside the original domain, to prevent cross site scripting.

Frames, iframes and the like are the same...
You cannot access them with javascript.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is online now
Reply With Quote
View Public Profile
 
Old 12-16-2007, 01:11 PM Re: Onload click a button?
XRS
Average Talker

Posts: 25
Yes, the button is in the page that I load.
XRS is offline
Reply With Quote
View Public Profile
 
Old 12-16-2007, 04:25 PM Re: Onload click a button?
chrishirst's Avatar
Super Moderator

Posts: 15,217
Location: Blackpool. UK
you can't actually "click" the button but you can submit the form it is on.

onload="document.formname.submit();"
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Onload click a button?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11831 seconds with 12 queries