Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-27-2005, 08:22 PM
Webviper2006 is offline Webviper2006
Registered User

Join Date: Nov 2005
Posts: 495

Two Codes Request

Hi Please can you give me a code. I can't even find it in any search engines.

One - I need a JavaScript to open a new window in a 300x300 size. And also I can edit the content.

Two - I also need when poeple login in my homepage http://clanusst.co.nr/index.php it refreshes the webpage and logins.


Thanks,
Max
__________________
Sorry bums, now I'm back! Now I know C++! I use Microsoft Visual C++!
Reply With Quote
  #2  
Old 12-27-2005, 08:43 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

mmmm ... no one is going to hand it to you buddy. You've to look around.

I think P posted some code couple of weeks back for refresh ... look it up by search
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #3  
Old 12-27-2005, 09:23 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

You've had a lot of scripts requests etc...plz search for these on your own. www.google.com/ www.yahoo.com, www.search.com.
Reply With Quote
  #4  
Old 12-28-2005, 02:40 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,921

Before the head tag put:

Code:
<script type="text/javascript">

function phPopUp(url,x,y,s) {
	
	if(!s) {
		s=0;
	}
	
	today=new Date();
	winid=today.getTime();
	eval("page" + winid + " = window.open(url, '" + winid + "',  'toolbar=0,scrollbars=" + s + ",location=0,statusbar=0,menubar=0,resizable=1,width=" + x + ",height=" + y + "');");
}


</script>
Usage:

Code:
<a href="#" onclick="phPopUp(url,width,height,scrollbars);">Link Name</a>
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
key codes crashman Tech Support 2 10-27-2008 12:39 PM
Cheat Codes pressurehead Tech Support 7 11-27-2007 06:16 PM
DVD-Movies codes Hellfighter General Chat 0 07-10-2003 10:52 AM
color codes NAP_MEDS Delta Force 11 03-21-2003 02:23 PM


All times are GMT -5. The time now is 02:56 PM.




Powered by vBulletin®