Hi All,
Is it possible that Perl script open a webpage and when that webpage opens there is some text box in which data needs to be filled.The Perl script read the data from file and fill in that webpage. And after that click the submit button.
so I need a way to refresh a certain webpage and have a screenshot taken approximately every 5 minutes. I'm new with ubuntu, but willing to use terminal, etc. if steps are given, I've used it before, I just don't know how to go about writing my own scripts. Ideally, I would have the webpage open, and the page would refresh and take a screenshot every 5 minutes. Any help with this?
I have a CentOS 6.0 web server running httpd, mysql, php, and Joomla 2.5. It has a static, public IP address. I can access the webpage (which is the Joomla management console) by IP address perfectly from inside the LAN.
I went home and tried to connect from behind my router and can't get to the webpage. I can ping and ssh to the server but can't pull the webpage with http.
I'm pretty new to android development. One of my buttons in the app, sends the user to a webpage, where the user can login into specific system.
The webpage has text boxes for username and password.
I've recently upgraded my broadband from a 1Mbps to a 10Mpbs from the same ISP. As such there is no change of hardware.
Tried downloading a Linux iso from my laptop and is getting a very good download speed. However, noticed that when I am downloading the iso, all the bandwidth is taken up by the download.
With the integration of webapps, do I have to leave the webpage for facebook, twitter, Google+ or any other social media (or webapp enabled site for that matter) opened to get notifications or can I fetch or configured to fetch them without having the webpage opened?
I ask since the notifications only arrive if I have the specific social media webpage opened.
Dear LQ members,
I have just install conky to my Linux Mint 9 system.I like to know if I can set up conky to auto reload a webpage.FYI, the webpage do not have rss feed therefore I cannot set conky to use rss.Any other method are appreciated to get conky to do as per my wish
Thanks
I'm developing a new site for my client. This website is on my server, but my client has an old webpage on another server, with all email accounts and other settings.
I want to set up (in cpanel) that my clients old server fetches (or redirects) only a webpage to my server leaving all other setting as they are.
for example:
the webpage is
<script>
$(document).ready(
function(){
$.get(
'/my.url',
function(data){
$('#e').html(data);
}
);
}
);
</script>
<div id='e'></div>
How can I get the content of the DOM id 'e' from the Java codes or get the content durint the 'get' call back?