Posts Tagged ‘web page’
What is the sample JavaScript code for a web page to be scroll down automatically?
What is the sample JavaScript code for a web page to be scroll down automatically?
(Or when click on vertical scroll bar). Please provide code for similar functionality.
Thanks.
How do I schedule a Winrunner script by time?
I use Windows Scheduler to make my script kick out and run every minute. It works the first time but then Winrunner is still open the second minute etc. So the script doesn’t run. Anybody know of a web page that deals with scheduling a Winrunner script to run?
How do I use php code from a different domain?
Here’s what I’m trying to do: I have a php page I created on one domain, that stores information in a database. Next, I have another web page (This page is html NOT php) on a Different domain that I call this php page using Javascript, and would like to return a variable from the php page. How is this possible? I know it is, so don’t say that it isn’t! (10 points for the person that finally answers this question!)