Thanks George,
When i load the php version all i get is "Array" and a white blank page. Also, should my server know what the General XmlHttp object name is?
B
hi Lee, which language would you recommend? im pretty sure we have all of them installed but i own the server so we could install them ourself if need be.
thanks
I am new to asp, but i dont think i need to know alot to do this. i have made a perl script which just reads the output of a page (selected according to the parameters) and prints it. Here is the entire script:
#!/usr/bin/perl
### ### ###
use LWP::Simple;
$the_uri = $ENV{'HTTP_HOST'};
use...
thanks for looking over my page, but i doubt those changes are necessary. the output doesnt change.
does anyone have any experience with iframe height=100% ?Thanks
Hey all. I am making a layout which uses tower banners on the right side of the page. i have the towers on a page which stacks them height-wise. this page is called with an iframe which stretches to the height of the current page (which will vary). here is a simplified page which shows what i am...
don't know how that ;; got there... anyway the problem is not with the perl code that works fine.. i just can't get the javascript to generate. when i call it with this on an html page:
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.someurl.com/myscript.pl"> </SCRIPT>
hi.. im trying to write the contents of this page via JavaScript.. no matter what I do it isn't working.. any help would be appreciated.
$URL = "http://www.someurl.com/somepage.html";
my $content = get($URL);
$content =~ s/'/\\'/g;
$content =~ s/\?/\\?/g;
$content =~ s/;/\\;/g...
how do i parse so a form variable only submits if it consists solely of numbers and letters (a-z, A-Z, 0-9)? I'm sure there's already a thread which answers this but the search on this forum isn't working..
thanks,
-blitz
for ($nvar = 0; $nvar < 26; $nvar++) {
if ($FORM{'$nvar'}) {
$n_variables = "$n_variables|$nvar\*$FORM{'$nvar'}";
}
}
Basically I have $FORM{'1'} , $FORM{'2'} , etc.. I might want to change it to even higher than 25 so I don't want to have to repeat the code over and over...
Hello All. I like how the CNN.com website has a menu which changes colors with onmouseover but the really cool thing is how you can click anywhere in the td box and it goes to the link.. rather than the usual where you can only click the text. Is there an easy way to do this?
Im working on a calendar like script and I need to know future dates.. out of
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
the user selects $mday , $mon (+1), and $year but I would like the page they go to to show the $wday as well.. any ideas?
-blitz
justice: It's just a simple 500 internal server error.. the required file is just a bunch of variables.. looks something like this:
open(PAGE,"$the_page_file");
@PAGE = <PAGE>;
close(PAGE);
$blah = blah;
$blah2 = blah2;
Now, when I remove the open part it works fine.. problem is...
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.