20,316 Topics
Hi All I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and . My code is as follows: [CODE] <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"> <option value="<!FN>">First Name</option> <option Value="<!LN>">Last Name</option> <option Value="<!EM>">Email</option> </select>[/CODE] the statement [CODE]"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"[/CODE] is working …
Hello , Can any one tell me the major differenses between JCanvas3D and Canvas3D? Using Canvas3D in my application is affecting the Lightweight components. Can I use JCanvas3D instead of Canvas3D? Is there any way to achieve transparency using JCanvas3D? Thanks&Regards, Hariprasad
Hello , Can any one tell me the major differenses between JCanvas3D and Canvas3D? Using Canvas3D in my application is affecting the Lightweight components. Can I use JCanvas3D instead of Canvas3D? Is there any way to achieve transparency using JCanvas3D? Thanks&Regards, Hariprasad
Hi all. I am currently developing a CMS for a school project and I wanted to add the function to check, real-time, if a username is already taken. It should be a little bit like what happens when you register for a Gmail or Yahoo! account. Basically, while the user …
What I want to do is submit posts to more than one forum
Can anyone tell me what this error may mean? I can't figure it out. "javascript.ISException unknown name"
in my php application i have used onchange and onload javascript function.it is working fine in IE but it is not working in other browsers eg:mozilla,chrome,flock
"need rotating div display, preferably in PHP" need a rotating div display, similar to rotating slideshow - preferably in PHP, since will interface with database. see [url]http://www.cshlaw.com/cai/[/url] - upper right is [a] a photo, next to it is [b] a caption, below it is [c] the name of the person …
:) Hi guys! I need a little umm assurance that I am not going crazy. Some advice or opinions would be great and appreciated! I was making an easy to use webpage >> [url]www.greenbolnyc.com/pearl4/commonshapes.htm[/url] Basically its a gallery that uses disjoint images. The javascript that controls the clickable functions can …
Hi Guys, I am having heaps of trouble with a javascript onmouseover, can someone have a look and see if I am missing anything, I have exactly the same code running on another page and its making me crazy. Not working page [url]http://www.lostandlonesome.com.au/shopNew.php[/url] Working page [url]http://www.lostandlonesome.com.au/bandsNew.php[/url] Thanks
Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still no go. The only thing that happens when you click the link is, bottom …
I am trying to write a simple program to calculate income taxes owed based on gross wages that are input by a user. The HTML page needs to accept the input (wages from 4 users) at once and then utilize a button to submit the information to an external javascript …
hi, i want to disable the parent window when i opened the child window using javascript and html. i have written code like this.but its working only one time.any one knows pls help me in this situation. s.html <html> <head> <SCRIPT > function popuponclick() { my_window = window.open("p.html", "mySelect", "status=1,width=750,height=450,resizable=no"); …
hi all, i have a script using php where i can add a frame selected by user to an image where user uploades, my problem is how can i add text to that image and the text should actually should be movable all over image thank u in advance
PLZ I NEED HELP WITH THAT: <option value="1" >option1</option> how can i color this option or highlight it the MAIN problem is i have a drop down menu for parents and their child categories so i need to highlight the parents :(
Is it possible to execute Perl code from java script? I have installed apache-tomcat for the same. In which folder should I paste the html file and the Perl file (uses cgi module) ?
I have a browser incompatibility issue when using appendChild() to add form elements "on the fly." Works great in Firefox but not in IE. I'm adding table rows that contain <input type='text'> elements. I know that the rows are being added to the table because the count of table rows …
[CODE]Hi . I want to know is their any way to disable the maximize button by using javascript or php. Thankz in Advanz [/CODE]
Hi, I am new to Javascript. I am designing one page in which i want to fill the 2 form fields through the pop up window. In the parent window i have 2 input fields Name _________ Search Roll No _________ What I want is when ever user click on …
Hi, I'm creating a website and would like to have a horizontal expandable (drop down) menu list. After doing a lot of search and reading, I found the the following methods: [LIST=1] [*]CSS - pseudo-class (:hover) [*]Javascript - by using "onmouseover" or "onclick" detectors & Definition Lists (<dl>, <dt> and …
i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!!
I am trying to use an Ajax request with a port, when I have it say: [code=javascript] var url = "oneadvent.viewnetcam.com/CgiImageTransfer"; alert('Hello1') xmlhttp.open("POST", url, false); alert('Hello2')[/code] I get to Hello 2, however when it is [code=javascript] var url = "oneadvent.viewnetcam.com:50001/CgiImageTransfer"; alert('Hello1') xmlhttp.open("POST", url, false); alert('Hello2')[/code] I dont get even the …
hi , can anyone help to find out how to assing the binary values to the checkboxes ..
i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!!
:) [B]hello friends[/B], [COLOR="Red"]plz help me regarding text editor[/COLOR]. text editor using javascript and edited text should inserted to mysql database using php. is it be possible to do. iam using many text area field in one form so how can i edit text in like text bold, edit font …
I am glad to see you all. I am doing my own website and I want my website to be rich and good looking so that I am looking forward to hearing from all our Dani Web Community Forum to donate the source code both HTML and JavaScript. I wish …
I am trying to design a front page of a site that will include one image randomly drawn from a directory on my server. This part I can do. What i need help with is that I want a script to take two of the metatags from the image and …
I'm trying to implement a Prototype scoller.js script within my site, and functionally and aesthetically its working fairly well. However there are two problems that I need someone who knows what they're doing to help me with. My site you can see the problem: [URL="http://www.thecassidyfeed.com/index2.html"]http://www.thecassidyfeed.com/index2.html[/URL] #1. When initially visiting the …
hi i added modal popup handler into my application the popup which enmrges out is a panel and inside the panel i added the label and correspondong to label there is one textbox(txtE1) now the problem i m facing is tht i want to write the method related to the …
I grabbed this script from dynamicdrive "vertical menu flyout" it works fine in IE but not Mozzilla. It doesn't seem to calulate the x,y position correctly to place the dropmenudiv. It returns the same position from the getposOffset function no matter what menu you are hovering over. For example 192, …
Hi Everyone, Can some one tell me is this possible. I want to show a text hiperlink over an image. [URL=http://img371.imageshack.us/my.php?image=texthiperlinkjv3.png][IMG]http://img371.imageshack.us/img371/5936/texthiperlinkjv3.th.png[/IMG][/URL][URL=http://g.imageshack.us/thpix.php][IMG]http://img371.imageshack.us/images/thpix.gif[/IMG][/URL] The image it self wont be hyperlink but only the text over it. Check this attached image. Need some thing like this.. Thanks,
Hello all, I have this code in an iframe [code=html]<FORM><INPUT TYPE="BUTTON" VALUE="Go Back" ONCLICK="history.go(-1)"></FORM>[/code] it works fine but i need it to taget another iframe on the page and change that iframe and go back in its own iframe Thanks in advance.
Hello, I have a webpage where I have four buttons. when the page is loaded all you can see are the buttons but when you click a button a content appears, content which changes when clicked on another button. This is done by a siompel js script with an onClick …
I'm trying to update my database with an inline editor. (TableKit) When I change the data in a cell, it changes; but when I go to refresh it reverts back to the old information. It's calling a php page that I need to update my database. Right now I have …
hi i am try something like upload pictures in daniweb.where a window pop out ...when the user clicks upload.i want the link to comein the parent window.please tell me how to do tat...... thanks in advance
Greetings All, I have a problem with a page that contains a dynamically created table and uses the modalpopupextender control. The page is designed to allow users to interact with internal postings, there are buttons that allow the user to add to the list, edit an existing item and remove …
:-/ Dear All, I hope you may be able to lend me a helping hand with this. I'm having an issue with spry tabs. I'm reasonably savvy at HTML/CSS (though definitely not to your standards on here!) so I'm not a complete idiot. This thing however, is new to me …
I have a variable/flag in a PHP file and depending upon the value of this flag i need to execute a set of code in another .js file. Can you tell me how to access the variable in .php file inside a .js file? Please find attached the sample js …
Hello I am using mm_menu.js in my application. My menu is a editable one, means user can have the menu according to his choice eg(he can operate the menu using onClick or onMouseOver)... Now with onClick..... If a user clicks a particular menu, it will display the child menus. The …
Hi, I am trying to make a script that automatically votes in this poll that is a competition. It is located [URL="here"]http://kube93.com/pages/promo_page.html?feed=227429&article=4470761[/URL] to start off there was no email field required so through some experimentation and dissection of there code I found everytime I loaded [url]http://kube93.com/cc-common/polling_tool/a.php?poll_id=99878&redirect=/pages/promo_page.html?feed=227429&article=4470761&optionID=486193[/url] my school would get …
Hey, [B]Scenario:[/B] I'm working on a site and there is a bottom bar that has some things that shouldn't be reloaded when the user is navigating through the site. [B]Problems[/B] So I could always put the main site in an iframe, but that isn't very good because the url will …
usually we create a url with parameters and values and send it via ajax to not loading page. Is there a way to not send variables in the url [B]BUT [/B]using hidden variables?? I have a problem in my website that doesn't permit me to send variable in url, so …
[B]Hello friends,[/B] I want to generate new tags (like text, button any thing) on click of link... Like,, In gmail attachments by clicking [COLOR="Green"] [U]add new [/U] [/COLOR] one file tag generate by clicking another [COLOR="Green"] [U]add new [/U] [/COLOR] it generates another file tag... How can I get this??
Hi for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a …
Hi All... This is Anand. Working as a Software Engineer. Having good experience in developing web based applications usin Java and J2ee technologies and am having 3+ years of experience in the same domain. I have good exposure on Java, Servlets, JSPs, JDBC,Struts, AJAX and little in Hibernate. I also …
Hi everyone and thanks for reading. I started a project a while ago and am stuck on how to proceed processing this form. It's a very simple form but I'm still at a mental roadblock regarding how to proceed from this point. The idea is that the form is a …
I am trying to write a basic amortization calculator program in JavaScript and I am at a standstill. I have researched my issue online for hours without being able to come up with a resolution. In my program I have created a "for" loop which loops for the appropriate loan …
I need to come up with a javascript to simplify the swf player like on this site: [url]http://www.transitcases.com/rackmountcases.html[/url] Mouseover highlights text link land oads an image to the right of the subject. Click goes to the page. Anybody have a suggestion? thank you :)
We attended AjaxWorld in San Jose, CA last week and talked to developers about their opinions on Ajax, cross-browser compatibility, and integration with back end services. Thought you'd all be interested to see some of the responses in these videos. [url]http://www.youtube.com/appcelerator[/url]
The End.