15,127 Topics
| |
| Hello, I want to make a dialog, with CSS where the borders are like FB Dialog borders! [url]http://b.static.ak.fbcdn.net/imgs/pop-dialog-sprite.png[/url] In CSS I want to use somewhat like the above given link's picture to make a dialog, please help me! Check out the attachment too! Regards, Akshit Soota |
I have a Flash movie on a web page and I want to send parameters to it with JavaScript to have it go to a selected frame. The AS3 code receives its information via an ExternalInterface API. The following code parses the URL argument (?page=x) and I want to send … | |
hi there, im a php trainee and really need a help in my javascript ..anyone? i have my code here that injects a patient name ..i need to know if the patient is already injected..if so..it should not be allowed and should pop an alert that say...'sorry the name has … | |
Hi mates.. I would like to ask you small question and I do really appreciate if you helped me out. I want to make a VERY SIMPLE "Poll" using Javascript here's my code, below it I'll tell you what I'm stuck at: [CODE]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> … | |
Hey all, This is my first post, glad to be on the forum. I am currently the administrator of a e-commerce solution hosted by net firms and and having trouble loading Ajax on parts of my site. The java script is my site navigation on the left hand side and … | |
Hi Guys! I need help with something that I can't figure it out on my own. I'm working with an XSLT stylesheet that constructs some URLs that are finally presented as an html page. I want to add to one of those URL a variable that I know how to … | |
Hey fellas, I need some help doing on action changes This is what I got. I have a loop that has the form name "autoEmailRedirect" [code] <form name="autoEmailRedirect" method="post" action="autoEmailContact.jsp"> <td valign="top" class="paddingLeft10 paddingTop9"> <div class="paddingBottom2 boldFont paddingTop20"><%=(String)autoName.elementAt(i)%></div> </td> <td class="paddingTop9 paddingLeft" valign="top"> <div class="paddingBottom2 paddingTop20"><%=(String)autoEmail.elementAt(i)%></div> </td> <td class="paddingLeft11 paddingTop9 … | |
Hi I need some help, I currently have a timer that counts down and what I would like is when the times runs out it then displays text or html (answer to question). I currenlty have the timer counting down and a seperate js show answer link that will show … | |
i embedded a video and played it using quicktime. it worked fine. but not many people use quicktime so i want to play it using flash but it just shows a white space and when i right click it shows 1. movie not loaded..in gray ..and 2. about adobe flash … | |
HI all, I have done some work using javascript and css and html. Let me explain whole work: there are two select box one is for adults and other is for childs. I have done all rows are by default are invisbile when we select 2value from adults its will … | |
I have a web page where the users are supposed to be able to click a button to add a new table row. I have tried various javascripts found online but I am not a javascript person. The page is written in html and asp. I dynamically fill in the … | |
HI everyone, i am writing a web application but i need to validate certain strings from the client side using regular expressions in javascript. i want to validate phone numbers for my country, Uganda. can anyone help me with a regular expression validation script that allows any number starting with … | |
Hi, In my website i am planning to do portfolio things in that i gave fade in fade for all images this is working with same size of image.But i have images like this sizes 500/300, 300/150 like if i give this images into portfolio that time if one image … | |
Can anyone please help me: I want to redirect some users based on their location. Is it possible to do so using JavaScript? If yes, please write the code for me! | |
my requirement is to create an excel using javascript . i have the results in table format .do any one know how to do this? | |
Hi All, I need to create a HTML page which plays live audio. (I know to play an audio file using <object> tag) But my requirement is to stream live audio please help me to solve this. Thanks | |
You must do three things to solve this problem : 1) in the object tag add the following parameter <PARAM NAME=wmode VALUE=transparent> 2) in the embed tag add the following attribute <EMBED src="jet.swf" wmode=transparent .... 3) add the same name-value pair to the following script <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' ,'wmode','transparent',...rest … | |
Hi guys, I have a php page and the alert i write in JavaScript. When the users fill up the form and click on submit button on next page it will out the alert if do not fill up the name. So the question how can make it display on … | |
Hi everyone Plz reply..its urgent I am trying to track progress of a database operation . and want to dislplay percentage progress on page asynchronously. Process.jsp - In this i used javascript to call ajax function continuously which returns precentage progress. My Code is : [code] <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Hi, I'm not really a programmer, but have been tasked with performing some AJAX functions to make a call and return results to my page using getElementByID. I have been able to return search results to the page, but now need to make them clickable as it will lead to … | |
I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please … | |
Hi All, I am trying to create a combo box with horizontal scroller. i.e. Combo box will have a fixed width, if any of its options have higher text, then horizontal scroller should appear automatically. I also tried placing a <div> around <SELECT>. But not getting how to apply styles … | |
Wonder if anyone knows what's going on here... I have a page which is generated via Perl that prints a number of data entries in a series of table rows. Each <tr> is assigned a unique id through perl, and when user mouseovers on each individual <tr>, the javascript is … | |
Hi all I have javascript function that insert text into freetextbox at current cursor position. It works well when I call this function onClientClick event passing a string as a parameter (This string is inserted into freetextbox at current cursor position). My code is as follow [code]<FTB:FreeTextBox id="FreeTextBox1" toolbarlayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu, FontForeColorPicker,FontBackColorsMenu, … | |
Hi frnds... I saw previous threads regarding photo gallery in this forum.. All threads start from errors in code.... But i want Image gallery total code with db...I was also doing gallery, but it looks not good..code is working fine..but look and feel is not good...also it takes more time … | |
I am quite new to page layout and I have an issue with a Fireworks created menubar and tables. First, everything works in every browser except IE. Of course! The menu drop down goes behind the table data. Also, the tooltip display in IE only shows partial image. Any help … | |
Hi everyone, I've whipped up a simple validation script to vaildate simple form elements. My issue is when i submit the form without any data it works correctly. It catches on each individual element and reports the error. When the fields are populated correctly, i am receiving an error message … | |
alright im making a sortable displays in my website but i am trying to figure out how to pass my javascript array to and external php script through POST method so i can update the column, position, hidden, or closed in the database i am using jQuery Sortable Portlets located … | |
HI all, I have make two form. one in which i will fill value then is will go in next page after submitting with $_Post['value'] . But i need this value in my javascript code in next page . So how i can fetch this value in my javascript code. … | |
I NEED TUTORIAL or help so i can understand how to make my own that doesnt reload ever. please. help me my site is in peril without one!!!! i cannot use a premade one i actually need a tutorial or something so i can make my own. please any info … |
The End.