I'm not sure where to post this questions... but this sorta fits. I'm working on a website and I need to link to another website. The site I'm linking to is making heavy use of javascript. The site I need to link to is this:
http://purchase.tickets.com/buy/TicketPurchase?organ_val=3468
and to link to where you pick which show you want to purchase tickets for is this:
javascript:buyFormSubmit('5680592')
If you go to the website with the first link and then copy and paste the second into the address bar it will take you where you need to go. My question is it possible to have one link take you to the page and then run the javascript "buyFormSubmitt" script? If so what would that link look like? Thanks!
http://purchase.tickets.com/buy/TicketPurchase?organ_val=3468
and to link to where you pick which show you want to purchase tickets for is this:
javascript:buyFormSubmit('5680592')
If you go to the website with the first link and then copy and paste the second into the address bar it will take you where you need to go. My question is it possible to have one link take you to the page and then run the javascript "buyFormSubmitt" script? If so what would that link look like? Thanks!