Hi,
I am writing an application that will automate web requests. I need to be able to execute the javascript in any html that I pull back, are there any emulators or code modules that do this? For example if the javascript performs a document.write('some html') I want to just get the html by...
Hi,
Does anyone know of a way to execute javascript without using a browser? Are there any third party tools or modules in any language (Java, VB, etc) that can dynamically parse a web page including any Javascript and give you the plain old text/html that would have been generated by the...
Hi,
I have changed the code to:
function change_action(mainform){
mainform.action = "http://mydomain/test.php"
form2.submit();
}
It does redirect the script but I first get a error "Object doesn't support this property or method" and my POSTED VARS are all lost ? ...
Can I change the form action with an onlcick event? My form action is defaulted to "file1.php" but I want it to change to "file2.php" if a user hits a particular button. Is this possible??
I have been trying....
function change_action(mainform){
mainform.action.value =...
Can I change the form action with an onlcick event? My form action is defaulted to "file1.php" but I want it to change to "file2.php" if a user hits a particular button. Is this possible??
I have been trying....
function change_action(mainform){
mainform.action.value =...
Hi,
When sending an email I want to inform the client not to wrap the text until I say so! (hopefully resulting in a horizontal scrollbar) Is there anyway I can do this - specifically for Outlook (not bothered about other mail clients).
I have a formatted table (NOT HTML) and I don't want the...
Thanks trollacious, unfortunately I am still having problems - I don't know much javascript and was trying to find a simple way round a certain problem, since I have a deadline of tomorrow I think I will have to find an alternative method!!!
But thanks again for your help - much apreciatted...
I have removed the double quotes and I get the exact same error???
function pop_up_data(form){
var url = 'show_reverse_class.php?encode=' + form.encoded.value + '&showing=' + form.showing.value;
var name = 'Window';
var win = window.open(url...
Hi, I have this code which works intermittantly and I am confused. When giving a url to the windown.open command is there a limited length?? Or do I have some other problem?
I get the error "Invalid pointer" some of the time and other times its pops up the window perfectly.
Here is...
Thanx Soonerland - I did do a couple of searches for "inbox" / "oulook files", etc, but it kept turning up blank - I do some scouting for references to .pst files - thanx
{Greenster} {Greenster}
Hi,
I have a mail folder (outlook 6) which contains mails from which I need to automatically extract information - therefore I need to be able to read these files with some sort of program. Does anyone have any idea how I can do this?? I mean, I can write the program (in VB or something) but I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.