Posts Tagged ‘javascript’
Is there a script or program that automatically clicks on a website link for the user ?
Is there a Javascript, PHP, Coldfusion script that will execute a command that will automatically click a link on a webpage for the user. Similar to how the those automated pop up windows pop on the screen when you visit some sites. But I don’t want a pop up window. What I want to achieve is by visiting a site it will trigger an action to click and open a webpage multiple times.
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!)
How to include elements from different webpages using PHP or JavaScript to my home page?
I have a homepage (MyHome.php). On the homepage, I’d like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 <h1> tags from Post.php into a <div> tag on MyHome.php. Is it possible to do this?