[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 06-28-2005, 02:55 PM   #1 (permalink)
An American Soldier
 
-Ray-'s Avatar
 
Join Date: Jun 2005
Location: Pennsylvania
Posts: 1,630
2.53 NP$ (Donate)

-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold


javascript not working....

My javascript on my site doesnt seem to be working write. When its not in a page it doesnt work, but when it isnt, it works fine. It worked before, but it just seemed to stop workin last week.

this is the java code
Quote:
<script type="text/javascript">
<!--
function delayer(){
document.location = "members.php?page=messagebox"
}
//-->
</script>
no help?
__________________
Completely Free cPanel Hosting
-- Deployed to Afghanistan --
"There is no such thing as rich over-night unless you owned Google stock in 2006"
-Ray- is offline  
Old 06-28-2005, 06:47 PM   #2 (permalink)
NamePros Regular
 
Join Date: Jun 2005
Location: S. Yorkshire, United Kingdom
Posts: 310
93.00 NP$ (Donate)

Wildchild22 is an unknown quantity at this point


i copied it directly into a new html document and called it from a button and it works fine for me, are you sure theres not a problem somewhere else on the page?...


Code:
<head>
<script type="text/javascript">
<!--
function delayer(){
document.location = "http://www.ballamness.info/site2"
}
//-->
</script>
</head>
<body>
<form>
<input type="button" onclick="delayer()">
</form>
</body>

Last edited by Wildchild22; 06-28-2005 at 06:54 PM.
Wildchild22 is offline  
Old 06-28-2005, 06:52 PM   #3 (permalink)
An American Soldier
 
-Ray-'s Avatar
 
Join Date: Jun 2005
Location: Pennsylvania
Posts: 1,630
2.53 NP$ (Donate)

-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold


postive.... it just dont want to work with php now
__________________
Completely Free cPanel Hosting
-- Deployed to Afghanistan --
"There is no such thing as rich over-night unless you owned Google stock in 2006"
-Ray- is offline  
Old 06-29-2005, 06:48 AM   #4 (permalink)
NamePros Regular
 
Join Date: Jun 2005
Location: S. Yorkshire, United Kingdom
Posts: 310
93.00 NP$ (Donate)

Wildchild22 is an unknown quantity at this point


so what exactly is the problem, do you get any error messages? or does nothing happen at all?
Wildchild22 is offline  
Old 06-30-2005, 05:22 AM   #5 (permalink)
An American Soldier
 
-Ray-'s Avatar
 
Join Date: Jun 2005
Location: Pennsylvania
Posts: 1,630
2.53 NP$ (Donate)

-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold-Ray- is a splendid one to behold


nothin happens at all from the javascript down... the java dont even load, even when its out of the php brackets.
__________________
Completely Free cPanel Hosting
-- Deployed to Afghanistan --
"There is no such thing as rich over-night unless you owned Google stock in 2006"
-Ray- is offline  
Old 08-21-2005, 04:53 AM   #6 (permalink)
NamePros Regular
 
Zubair1's Avatar
 
Join Date: Mar 2005
Posts: 874
159.45 NP$ (Donate)

Zubair1 is just really niceZubair1 is just really niceZubair1 is just really niceZubair1 is just really nice

AIDS/HIV
<script type="text/javascript">
document.location.href = "address.com";
</script>
__________________
Live Support : Zubair11 [at] hotmail.com
Free SEO Directory! || Free Games and Songs || eBloggy.net
Zubair.info || Mixcat Interactive
Zubair1 is offline  
Closed Thread


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

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
date function in PHP not working?? bdd Programming 3 05-19-2005 09:53 AM
JavaScript Jamison54 Website Development 3 01-30-2005 07:37 PM
Javascript: W3C Problem? Mp)Tarh Programming 2 11-16-2003 04:26 AM
Javascript Functions: Your needs. Mp)Tarh Web Design Discussion 1 11-15-2003 05:50 AM
Javascript Problems in IE republic Programming 3 10-23-2003 02:17 AM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 06:56 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85