17,114 Topics

Member Avatar for
Member Avatar for ! !

[color=navy]Forums have become very competative[/color] [color=#000080]New ones [/color][color=#000080]a[/color][color=navy]re developing constantly with new incentives to gain postings[/color] [color=navy]Just a few diffent strategies encountered recently::lol: [/color] [indent][color=darkslategray]Prizes and drawing for the TOP Quality POSTERS[/color] [color=darkslategray]Free Traffic to your SITE after a certain number of Quality Posts[/color] [color=darkslategray]FREE SEO related Services in exchange …

Member Avatar for Narue
0
91
Member Avatar for redsabre

Hi all, I have an issue and am looking for some help. This would be a quick fix (if it's even possible), 'cause I am working on, and will be going the Perl/CGI/etc. route, but for now, here's the sit. I have a "mailto" web form. When the site visitor …

Member Avatar for Comatose
0
179
Member Avatar for Comatose

[CENTER][SIZE=5][B]Prelude[/B][/SIZE][/CENTER] Perl is an excellent language, versatile, powerful, and not too difficult to learn. I'm not going to go into detail about Perl, and explain why we have to put #!/usr/bin/perl on the first line, or how using modules work, but I will explain how to check for information from …

0
442
Member Avatar for 12345letsgo

I would like to add an avatar set to my forum, but have no idea how(it did not come with that opttion, so iam guessing i'll have to do it manually) i know no php, but am good ith css/html/javascript. would appreciate any help. :lol:

Member Avatar for Gary King
0
168
Member Avatar for nivedita

How can we parse the request header in Java scipt to find out the protocol of the request, whether it is http or https? Thanks in advance Nivedita

Member Avatar for tgreer
0
260
Member Avatar for stupidfly

I have a website ( [url]http://www.rhstrack.com[/url] ) and one of the features on the site is a bio of some of the runners on the team ( [url]http://www.rhstrack.com/?id=roster[/url] ). I have found that, the way I have it right now, it just takes to much time to do. Currently, athletes …

Member Avatar for barnamos
0
103
Member Avatar for sinB

Hi, If any of you know JavaScript, you will know about the split() member function of a string. In it's simplest form, it splits the string that you call it from by the char argument and returns an array. I found this very useful, so I tried to write it …

Member Avatar for Fasola
-1
411
Member Avatar for Ben501wh

Below is html for a form... when the visitor hits the submit button i want the information to be sent to my email address... how do i do this? <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="COLOR: black; mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman"></FONT></FONT></SPAN>&nbsp;</P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN …

Member Avatar for DanceInstructor
0
160
Member Avatar for 12345letsgo

i know no php, but amexcellentwith javascript, html, and css. I need help adding a forum to my site. Would apprciate any help:)

Member Avatar for Hjcooke
0
240
Member Avatar for Killer_Typo

Wow, its been awhile since ive posted, but hopefully some of you still remember me :-P well here goes. im desiging a site and i need help with how to make it so when i click one link, not only will it load a new page within an iframe, it …

Member Avatar for Killer_Typo
0
165
Member Avatar for ! !

A9 Search Engine and Google are using what is becoming a new Language that combines several elements in a unique interactive way This is the newest evolution above DHTML Asynchronous JavaScript+CSS+DOM+XMLHttpRequest

Member Avatar for ! !
0
191
Member Avatar for mr woo

Hi there, I'm a complete novice on javascript and am trying to make a basic currency convertor as part of my college course. I have the beginning sorted, but am struggling to get the code to output the answer. Can any kind soul tell me where I'm going wrong? // …

Member Avatar for MrsParadox
0
232
Member Avatar for BlackDice

I have a row of images on the left side of a web page that act as buttons with javascript for the changing of the image if it's rolled over. That works fine on most of the pages because besides that they're all text. Now I've created a few new …

Member Avatar for BlackDice
0
150
Member Avatar for Comatose

Any idea's about a javascript function, that will move you to specific line number in a textarea? I'm making a mini-page where I can edit text/perl files on a server. I want to be able to plug in the line number that causes the error, hit go, and have the …

Member Avatar for tgreer
0
2K
Member Avatar for manucherian3031

How to validate a string in cell of daragrid while editmode 1)how to validate using asp.net 2)1)how to validate using javascript

Member Avatar for Iron_Cross
0
78
Member Avatar for Ann Drew

Hello, I have got a problem. In my forum software the DOCTYPE is for some reason set to XHTML Now I have implemented a scroller using setInterval. This scroller works fine if there is no DOCTYPE specified or even if I specify it as HTML 4.01 The scroller does not …

Member Avatar for tgreer
0
244
Member Avatar for belama

Hey all, I am trying to remove some style from a table cell with JavaScript but it is not working as I wish it would. As you can see in the code below I am trying to remove all borders from cells that are dotted. If I use the following …

Member Avatar for belama
0
199
Member Avatar for tepster

Over the past year, ive been making games in javascript, learning everything. With alot of help from my friend, we made a 3d maze using only the ASCII table as graphics. Heres the page i uploaded it to www.tepster.com/maze.html And heres the actual code, and i would endeavour for anyone …

Member Avatar for tepster
0
177
Member Avatar for TimmyRaa

I have a form where you select a player's name from a drop down list, and there are 6 input boxes next to it for their separate scores and a box at the end for their total score (all the separate scores summed). I want to have the form dynamically …

Member Avatar for TimmyRaa
0
132
Member Avatar for oohmygod831

ive made a game using flash mx 2004 professional and ive inserted it into a page in my website. the site is only running from a disk at the minute as its for a college project. when i view the site from my home pc it works fine and the …

Member Avatar for OurNation
0
149
Member Avatar for JonEdangerousli

Uber newbie here. Have downloaded three different form scripts but none of them will actually send the email. Using yahoo small business standard hosting which says they support php. The form appears to work, it refers to the correct page, but no email. I don't know how to enable logs …

Member Avatar for 1andyw
0
325
Member Avatar for autocrat

OK, this is the link! [url]http://www.oreillynet.com/pub/a/javascript/synd/2002/03/01/css_layout.html?page=2[/url] please go have a look.... they are on about using CSS instead of tables... and provide you a a sample page with the table, and a sample page with the CSS.... the only problem is.... both use tables! What is more, when you try …

Member Avatar for DaveSW
0
160
Member Avatar for LowelG

I need help with newWin.document.write. I can document.write to a new window, but I need it to seperate the information into three columns so that the user can print the new window containg the information that they entered into the form fields. This can not be used in conjunction with …

Member Avatar for eagleeye
0
205
Member Avatar for gruntled

I am having a problem getting two javascript snippets to run on a single html document. Whichever one is loaded last (further down in the html doc) runs fine. I am not any kind of javascript expert and would appreciate any help here. Thanks ------------------------------------------- The two examples of the …

Member Avatar for gruntled
0
156
Member Avatar for samwelly

I am trying to write a piece of javascript so that numbers appear on the page as follows: 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 1 2 3 4 5 6 etc,etc up until 100 Have been scratching my head over this …

Member Avatar for Comatose
0
104
Member Avatar for TheComputerGeek

**Intro** PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are for a PHP-Nuke information site so unless that is what you are creating you will want to change the metatag …

Member Avatar for Ignite
0
2K
Member Avatar for supersonic

What I'm attempting is to have database driven links on my page. It is all ok except one thing and that is this error when my page comes up in the browser. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/admin/public_html/index.php on line 114 Here is …

Member Avatar for paradox814
0
121
Member Avatar for bh99mh

Hello there, I am in desperate need of some help. I cannot seem to access anything that takes Java. A radio programme, diagram for booking airline seats, and now I can get into a btinternet e-mail account but am unable to read the e-mails. I did post this problem some …

Member Avatar for caperjack
0
137
Member Avatar for gurlzlubme

Hi. Currently I am running a phpbb forum off of a server, and I was givin a javascript for a simple clock with date. I would love to learn how I can implement a second one, which reflects the exact time of another location across the world. i.e. a clock …

Member Avatar for [KIGR] Mordrid
0
195
Member Avatar for Young Teck 06

Alright everybody, I am not really an I.T. person but I know some about computers ...... totally offpoint start. Alright, I was reading on ZDNet, I am just now getting into it, sorry, lol. They were speaking about Firefox attracting more hackers to write malicious codes for making it easier …

Member Avatar for nanosani
0
407
Member Avatar for Ross36

Hi, I have the below code in an asp page. When I run this page in IE or Opera it correctly displays the header info and does not redirect me to 'test.html'. However, when I run this in Netscape it goes straight to the redirect page 'test.html' which indicates that …

Member Avatar for dexterz
0
129
Member Avatar for Misuro

Hello everyone, I've been running into trouble when trying to open some links (i.e. the media preferences popup window in Gamespot, ringtone quicktime play for previewing ringtones). When I click on the link, there is no response from Internet Explorer, whatsoever. When I open the link in a new window, …

Member Avatar for Misuro
0
704
Member Avatar for bh99mh

:sad: Hello there, Can anyone help? I have not been able to get my radio programme and when checking other things I find that it is anything that is opened with JavaScript. I can only assume that my grandson has done something when he was up last week. How do …

Member Avatar for caperjack
0
114
Member Avatar for ep2002

Help ! Can someone help me quickly LOL I'm trying to switch over to a new server & all of the PHP & Javascript stuff is missing :( See, current server... [url]http://www.exoticpublishing.com[/url] New server... [url]http://216.82.123.216/[/url] The left nav is missing, the right newscroller is missing & the last date & …

Member Avatar for joey101
0
305
Member Avatar for harley

I am running windows xp on a dell 2400 dimension w/pentium 4. Some icons, shortcuts or links (all the same thing?) are not working. When on desktop, some, when clicked on do nothing as though there is no path. On some sites when there is a highlighted link in the …

Member Avatar for caperjack
0
133
Member Avatar for faisyshah

hello every body in my site i want to use java script for main menu. for example i have link 1)about us 2)vision 3)product- steam generator Engineering services textile machinery etc when mouse over on the product link the link further show sub links i dont want to use flash …

Member Avatar for Javaknight
0
80
Member Avatar for Deepa
Member Avatar for wendigo922

When I try to get on to certain pages, like windows update, the page will come up as a blank page. Other sites work perfect. Some sites come up fine, but links on the page don't work. When I go to lick these links, in the bottom corner where the …

Member Avatar for DMR
0
96
Member Avatar for jwenting

A piece of JavaScript on one of our pages gives an access denied error. In itself nothing strange, it's a reasonably well defined error after all :) What is strange is that the error ONLY happens on that page (despite identical calls to the JavaScript function appearing on several other …

Member Avatar for eriasb
0
174
Member Avatar for Jounan

Hi everybody, I am new to JavaScript and need help to start, please help to Write the script to calculate grades. Up to 10 scores can be entered. The raw scores are curved and grades are assigned. Click the "Load" button to work with the example scores. If the average …

Member Avatar for beckerc
0
195
Member Avatar for deva00

I wonder can anyone help please ...very very urgent! Am a web designer and am only just learning javascript and have just taken over some ones website to work on. The pages of this website come with an attached .js file for the 6 navigation menu buttons. Somewhere in the …

0
271
Member Avatar for beckerc

I wrote a piece of code that allows me to pass a numeric primary key for update when looping through a recordset. This works fine, however, I am doing the same routine for one level deeper into the database structure and the primary key is concantenated and the component I …

Member Avatar for beckerc
0
111
Member Avatar for paul4798

Hi there i get an invalid page fault as follows: RPCRT4.DLL at 0167:7fbd0894 Registers: EAX=011f202b CS=0167 EIP=7fbd0894 EFLGS=00010212 EBX=011edef0 SS=016f ESP=011edd10 EBP=011edf00 ECX=77124438 DS=016f ESI=00000484 FS=5acf EDX=bff76855 ES=016f EDI=7712454e GS=0000 Bytes at CS:EIP: ff 30 ff 75 d4 8d 85 1c fe ff ff 50 e8 cb 0b 00 Stack …

Member Avatar for caperjack
0
173
Member Avatar for buddyb

Maybe I had a dream? I seem to remember seeing Javascript balloons somewhere. Something I did notice, in XP Pro when you do a file search there is a balloon that shows the search path, and the balloon expands and contracts with the length of copy that is being displayed …

0
101
Member Avatar for Deepa

sample code to validate a web address using javascript how to validate a web address enterredin a text box

Member Avatar for tgreer
0
86
Member Avatar for mortgage-pro-se

This would be two fold. Making my page ligheter and also prevent there link from showing in my page when there site goes down. This is my code... <!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=212619; var sc_partition=0; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c1.statcounter.com/counter.php?sc_project=212619&amp;amp;java=0" alt="counter …

0
120
Member Avatar for DannyDep

I am having several problems with IE 6.0.2800.1106.xpsp2.030422-1633 128-bit. On a few commercial websites I get no response at all when I click on certain links on their webpages. It is not a script error because I have Disalbe Script Debugging turned off and Display a Notification about Every Script …

Member Avatar for Zachery
0
198
Member Avatar for j.sewart

[COLOR=Blue]I am new here and, so far as PCs are concerned, technically illiterate!! I am a retired medical doctor living in Cornwall, SW England, UK. And I have a problem, in so far as I get no response when I right click on x to show a picture which has …

Member Avatar for suRoot
0
96
Member Avatar for Deepa
Member Avatar for YoungCoder

Hi all, I own a vbulletin forum, from what i hear the archive that comes withvbulletin isn't great when it comes to SEO. What i have done is created a second archive for my forum that follows SEO procedures. I could have created the whole thing dynamically but i decided …

Member Avatar for Dani
0
165

The End.