I've been using K1 as an ereader. It worked well until a few days ago. Suddenly, the library2Go page will not load. It starts to load and then after a few seconds I'm popped out of the browser completely & back to my home page. I know it's not the library site because I can access it from my desk top pc. I thought AVG was blocking it so I removed it.
I want to create the next map of redirections in my .htaccess
OLD URL -> NEW URL
http://example.com/page.html?id=4 -> http://example.com//es/servicios-adicionales/
http://example.com/page.html?id=5 -> http://example.com//es/escapadas-fin-de-semana/
http://example.com/page.html?id=12 -> http://example.com//es/eventos-y-celebraciones/
http://example.com/page.html?id=6 -> http://e
Hi There,
I created a simple .html page which calls .asp page from <href> tag but when I click on that instead of running .asp page, it simply opens the code of .asp page in browser.. :( can some one tell me what I am missing ? I am using 10.4 LS version and I have Apache and php installed. is there anything else I need to install for .asp ? if so what is it and how can do it.
I have a WebView running a page containing a socket.io client that connects to a remote node.js server. The problem is that because websockets are not supported in the Android webview (they are in the Android Chrome browser), it falls back to xhr-polling.
I have an onProgressChanged listener for the WebChromeClient, but the xhr-polling keeps the page continuously loading.
Hi,
If there is an expert that can help:
I have many txt files that are produced from pdftotext that include page breaks the page breaks seem to be unix style hex 0C.
I want to add page numbers before each page break as in : Page XXXX
Regards antman
Web Page not available :
I have a new archos which I have powered up, and I connected it to my WiFi, however I cannot access the internet on it.
Every page I try i get the error ' web page not available '
note: ( My wifi works ok with my laptop and my android htc phone, so there is nothing up with the wifi ).
I am having a problem connecting with the wifi at work, because in order to connect to it, it should automatically bring up a page on your browser where you have to click "accept." It worked when I got it for Christmas, but somehow now the first page that comes up when I open my browser is "about:blank"-- blank page, meaning I can't connect to wifi.
I want to put in my website a page for about 10 seconds then have it automatically change to the next page is there a html command to do this... thanks in advance... Carl
I am making a really basic web browser for one fun, two learning how to use GTK+ effectively in combination with Glade. I am trying to update the URL in the entry box to what the actual URL is of the page you are staring at. Unfortunately when I try to get progress using a while loop, it stalls the program so the page doesn't load.