15,120 Topics

Member Avatar for
Member Avatar for nikk

Hello friends, i've a "editAccount.jsp" page wherein i accept various details from users. And then check their input (Eg. Email field should not be blank)through a function in javascript. But my JSP does not check the input and directly stores the values in database(even if email field is empty) I …

Member Avatar for nikk
0
179
Member Avatar for ufonator

Hi, I have a problem with my implementation of Drag and Drop lists. Particulary I have 3 scrollable divs, which represent lists. The divs contain "LI s" which represent particular units. Code (ddHeader.php5) Header: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head> <meta http-equiv="Content-Type" …

0
110
Member Avatar for LogicWeb

Greetings, When you *initially* load LogicWeb's home page, [url]www.logicweb.com[/url] it hesitates for about 1-2 seconds on loading the ajax tabs up top (you can't miss it, right below main navigation bar). I am trying to figure out why this happens, but I just cannot seem to grasp the cause. I …

Member Avatar for Dani
0
113
Member Avatar for ryy705

Hello, I am trying to understand html's <label> attribute. According to [URL="http://www.w3.org/TR/html4/interact/forms.html#h-17.9"]http://www.w3.org/TR/html4/interact/forms.html#h-17.9[/URL] when I am using a single label for multiple elements I should use the following format: label for = idref [CS]. From what I understand [CS] represents names of the elements that I am labeling. But what is …

Member Avatar for digital-ether
0
136
Member Avatar for waterfall

how to use javascript alert in [U]C# web forms[/U]? im using this: [CODE]Button.attributes.Add("onClick","javascript:alert('data saved successfully')");[/CODE] but its not working. i searched for it on internet but im getting tutorials etc for windows forms.

Member Avatar for razool
0
138
Member Avatar for vijukumar

[B]please help me i have just started of your boost will makes me more perfect [/B] below i have attached my index.html and css.css file i had to desicn only using <div> tags so pleas help me in IE it some what works properly but in FF anf safari bit …

Member Avatar for MidiMagic
0
105
Member Avatar for _Rei

Okay, so I'm trying to write a code to a template that can reference a font stored on a server. This needs to be done without installing it on the user's system. Any ideas? ///rEI

Member Avatar for MidiMagic
0
98
Member Avatar for Inny

I want to use this code to display a blank page When someone clicks 'veiw source' from either the context menu or toolbar. (if they switch off javascript they are simply redirected, I use another code) I dont want extra pages popping up, Just the blank page, possibley I could …

Member Avatar for Inny
0
132
Member Avatar for lydia21

hi i have a html page when the user clicks a button in the parent window a popup window will be opened which will contain the login page.if the user is a valid user then i want the parent window to get refreshed so that i can show him the …

Member Avatar for ExplainThat
0
72
Member Avatar for dolphin.rise

I am new to javascript and have made a simple form accepting details of login on a web page. I fail to understand how the following code handles the error when written between script tags: [code] function errorhandler(errormessage,url,line) { alert("Error :"+errormessage); alert("url :" +url); alert("line :"+line); return true; } onerror=errorhandler; …

Member Avatar for ExplainThat
0
65
Member Avatar for raivis

is not working no java script link in ajax-frame content Ajax Tabs Content Script [url]http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm[/url] >>>do not open new ajax link from ajax-frame content! do not open Lightbox v2.03.2 ([url]http://www.huddletogether.com[/url]) link from ajax-frame content! could you find some way how to fix it? for example the link from Ajax Tabs …

Member Avatar for Suomedia
0
145
Member Avatar for PaKmAn

I can't figure out how to validate that no duplicate numbers have been entered, and when they enter a duplicate number it should alert them that they can't do that. Can someone please help me out? [code] <style type="text/css"> body {text-align:center; background-color:#151B8D; color:white} p.intro {text-align:center; font-size:24pt} h1 {font-size:30pt} </style> <script …

Member Avatar for WebManiac
0
100
Member Avatar for Inny

I want to override the maxlength (chars) seetings below for my board, however [B]I dont have direct access to the templet[/B] . Is there a way to script it to increase maxlength? [code]<tr> <td colspan="2" class='pformstrip'>Topic Settings</td> </tr> <tr> <td class='pformleft'>Topic Title</td> <td class='pformright'><input type='text' size='40' maxlength='50' name='TopicTitle' value='' tabindex='1' …

Member Avatar for Inny
0
100
Member Avatar for kings

Is it possible to pass the javascript varible from one php page to another php page. what is the syntax we use.

Member Avatar for kings
0
124
Member Avatar for kory27

Hi. I have two sets of code below. The first is part of my old code off a page called item.cfm. the second is the same code, but i have attempted to change the destination link to a url i have stored in my database for the button btnaddtocart.gif. that …

Member Avatar for cmhampton
0
66
Member Avatar for ratan4u

Hi, In my web application which is developed under JSP,JavaScript, the menu's works fine in Internet Explorer but the same sub menu's does not works/opens in firefox and others.For example i gota menu's as below, Admission ------- Student admission --------Faculty admission When i click on Admission link, the student and …

Member Avatar for DangerDev
0
62
Member Avatar for teebutch

I am looking for a text link script that I can use to put my text links on some of my other websites that I own and also some that I rent text links on. I want to be able to make changes to my text links without having to …

Member Avatar for Inny
0
62
Member Avatar for tilto

Hi, i have my site looking like this : [code] html> <head> <title>Toller Titel</title> <link rel="stylesheet" type="text/css" href="layout.css"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script language="JavaScript"> <!-- button1= new Image(); button1.src = "bilder/menue/menue1.jpg" button2= new Image(); button2.src = "bilder/menue/menue2.jpg" button3= new Image(); button3.src = "bilder/menue/menue3.jpg" //--> </script> <div id="menue"> <div style="text-align: …

Member Avatar for hunkychop
0
174
Member Avatar for macslayer

Hello, I am having an issue with a page that works fine in IE and not FF. Bascially it is a <div> loaded with a basic coldfusion input form that posts back to parent of the div page. Problem I am having is a validation routine in javascript seems to …

Member Avatar for Suomedia
0
354
Member Avatar for 1supergirl

I am a newbie to javascript and have written the following code to make sure that users have checked a radio button. It is set to work on submit. The form is generated by php and has approx 70 options; users may select one. I am not even sure if …

Member Avatar for 1supergirl
0
72
Member Avatar for vijukumar

can anybody tell me how to display a simple table only using Css and Xhtml? where in xhtml onlt <div> is used please pass me the code thank you

Member Avatar for DangerDev
0
59
Member Avatar for Jogge

Hi just wonder if here are some that can help me with a boxover. Here is the code that i whant boxover in. [code]'Display the subject of the topic Response.Write(vbCrLf & " <a href=""forum_posts.asp?TID= " & lngTopicID & "&PN=" & intRecordPositionPageNum ) If intPriority = 3 Then Response.Write("&FID=" & intForumID …

Member Avatar for Jogge
0
112
Member Avatar for naju

I did all the process as specified in [TEX]http://wiki.script.aculo.us/scriptaculous/show/Ajax.In+Place+Collection+Editor[/TEX] But when i select a value from the combo .... it hangs at "saving..." there is no return .. . i did tried with just putting echoing the value with validity checking even thought there is no return i m using …

Member Avatar for naju
0
102
Member Avatar for artashh

Hi guys, i have built a site and having a little problem with safari's browser...i wanted to create an other Stylesheet to ammend the bugs in safari but dont know the javascript code to apply it to my site when the user has safari to use this certain stylesheet.css file …

Member Avatar for Inny
0
113
Member Avatar for Inny

Im trying to rewrite a link with a href function. I need to parse a query string within it ('+tid') But all attempts Have falied. The current onclick/ link function <a href="javascript:who_posted();">Who Posted?</a> is attached to my forums 'replys' number colum in forum veiw' (i have no direct access) it …

0
48
Member Avatar for naju

i am using scriptaculous.js and prototype.js my ajax is returning following tags (text) [CODE]<p id="tobeedited4">one</p> (should manually select "two")[/CODE] and while calling the ajax it has [CODE] new Ajax.Updater('contact_div_edit',"./doit.php", {asynchronous:true, parameters:poststr,onComplete: showResponse, evalScripts:true}); onComplete: showResponse[/CODE] my showResponse function goes like this [CODE] function showResponse() { new Ajax.InPlaceCollectionEditor( 'tobeedited4', '_ajax_inplaceeditor_result.html', { …

Member Avatar for naju
0
108
Member Avatar for Straconis

Not sure what I'm doing wrong but this just won't work, I've tried a bunch of different methods but I just haven't been able to hit the nail on the head. The html page code looks like this: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for Straconis
0
128
Member Avatar for kv79

Hi , I forget where to look on the W3School ,I have [url]www.servisracunara.co.nr[/url] site and as you can see my images on the left side do not work ,so i need to tell me where to look about these clicking on the image in Java Script , I hope that …

Member Avatar for kv79
0
81
Member Avatar for hi2shy

Hi everyone! I am rather stuck trying to create a very simple savings calculator on a website. All I need to have is a field for number of PC's, Printers, Servers and how much is spent per month on IT. When they click the "get Quote" button, I'm hoping to …

Member Avatar for Suomedia
0
91
Member Avatar for LogicWeb

Greetings, When you initially load LogicWeb's home page, [url]www.logicweb.com[/url] it hesitates for about 1-2 seconds on loading the ajax tabs up top (you can't miss it, right below main navigation bar). I am trying to figure out why this happens, but I just cannot seem to grasp the cause. I …

Member Avatar for MidiMagic
0
83

The End.