Whoo HOO!!!!
Wow Mate Thanks A Million!!! You saved my day Mate!! :)
That was very nice of you. You got my vote :)
Tony
Tony
tony@seeki.com
Experienced In: Perl, JavaScript, C++, PHP
Want More Experience In: Pascal, Python, PHP More C++
Say I have a form with this field, I'm testing with this.
<form method="POST" name="form" action="--WEBBOT-SELF--">
<p><select size="4" name="list" class="daf">
<option selected value="sfsdf">sfsdf</option>
<option...
Sure, I'm sure you already knew about this though
<SCRIPT language="JavaScript">
<!--
function winscroll(URL, width, height) {
var win = window.open(URL, "popup","height=" + height + ",width=" + width + ",top=0,left=0,scrollbars,resizable")...
I couldn't get that to work,
I'm not good with java script, but it's a lot like perl syntax so I usually do ok, could you help me out a little more.
This is what I have so far.
print qq~
<html>
<head>
<SCRIPT language="JavaScript">
<!--
function winscroll(URL, width, height)...
Ok, Thanks Rycamor,
I'll try to do that.
Thanks Again.
Tony
tony@seeki.com
Experienced In: Perl, JavaScript, C++, PHP
Want More Experience In: Pascal, Python, PHP More C++
If I load an onload="popup();" in a body tag, I can get a popup window to show fine when the page loads, but when I refresh the page without closing the popup, it makes a new popup window instead of bringing up the old one again with the url. What can I do to use the same window...
Thanks Mate, You have been very helpfull, Oh yea, and you got my vote :)
I just don't know enough darn c though. I know perl really well, but I picked up on c because I know so much perl, never really had the chance to get more programming expirience with it since work always got it the way...
Thanks mate,
Cool Name, he he.
I'm on linux though, sorry I forgot to mention that. Do you know how to do it on linux/unix type servers?
Thanks,
perlkid <p>Tony<br><a href=mailto:tony@seeki.com>tony@seeki.com</a><br>Experienced In: Perl, JavaScript, C++, PHP<br>
Want More Experience In...
In perl I could just go
foreach $line (@data){
(@res)=split(/\|/, $line);
}
To Loop through the data and find certain lines that I need.
How can I do this with php, I learned how to open data bases, (flat file only) but now how can I look in the first field and find a username and then the...
Thanks BeanDog,
I can't do it the way you would because I'm too far into it with the way I have it now. :)
I added Onload="closeMe()" in the body tag, and put this in the head
function closeMe()
{
close();
}
Also tried with...
I really like it!
Your sure good with vb script and java script.
I'm interested.
Also, since your a pro, could you lend me a hand with my problem, I think you would know how or if I could do it.
I posted it in the main forum here,
thread216-31943 Thanks and you script rules,
perlkid
Hello,
I have a login prompt in a pop-up window. The form in it is targeted to a cgi in the background. If they type in the wrong user/pass then an error message appears in the main frame in the background, but if they type in the right user/pass then I want the window to close when the...
Cookies are used to store data that's about the person that just visited your site and did something.
With shopping carts you can remember them next time they come and say, ok you bought this and that, then display information based on what they bought, If the buy fishing poles then they might...
Any way to keep a pop-up window to stay their even if you click behind it?
This is so that you can watch a trailer in the pop-up and scroll in the background and read about the movie.
Thanks,
perlkid
Yea kb244 is right, but we can still at least try to hide it. lol
<script language="JavaScript1.2">
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)...
This one has gotton everyone that has been asked. No one I have ever meet could do this. It seems so easy too, lets see if you know.
What it has to do is this,
Inside of the top frame, named "top" it has to know what the "main" bottom frame's url is at all times. So if...
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.