Database
A database is a structured collection of records or data.
Language
JavaScript
Remove
Platform
Any
License
Any
: I want to create my college website.So,it would be simplelooking but database oriented.I am using javascript,JSP,HTML,DHTL.For database I am using ORACLE.Plz send me some quick learning tutorials...
: I want to create my college website.So,it would be simplelooking but database oriented.I am using javascript,JSP,HTML,DHTL.For database I am using ORACLE.Plz send me some quick learning tutorials...
I want to create my college website.So,it would be simplelooking but database oriented.I am using javascript,JSP,HTML,DHTL.For database I am using ORACLE.Plz send me some quick learning tutorials for...
: I created a webb page input forms using HTML and needed to access my sql server database to display records on the page. How do I go about it?
:
Most web designers use php or asp for this. Other...
This message was edited by mac_doggie at 2005-4-6 13:14:59
: Can anyone help???
: I have a form, which submits data to my, mysql database using php.
: However I want to use javascript to validate...
Can anyone help???
I have a form, which submits data to my, mysql database using php.
However I want to use javascript to validate the fields.... I've found a few online I thought i could use to...
: : hi I'm making a site, where people can put in 2 things in a textbox and about 12 other thing in checkboxes, and all that information schould go in a nice ordened table.
: : Q1 : is this even...
This message was edited by mikecoon at 2005-2-14 18:53:19
Here is what I want to do. I have a access database that list all the albums released for a particular year. I want the user to select a...
: hi I'm making a site, where people can put in 2 things in a textbox and about 12 other thing in checkboxes, and all that information schould go in a nice ordened table.
: Q1 : is this even...
: hi,
:
: I'm doing a web application using ASP.Net. One page has a jpeg image of a map. I have to locate some positions of some people on that map image. Those positions(latitude and longitude -...
This message was edited by the walrus at 2005-2-3 14:44:39
: How do I open another website and enter text, then submit. For example, is there a way that I can open www.google.com , enter a word to...
Javascript runs client-side, so by the time its executed the server has already run the ASP code. You can put ASP variables in Javascript by echoing (or whatever ASP has) the Javascript code, but not...
I want to know if there is any way to access javascript variables as part of server side ASP code/
for example,
say var choice = confirm(something);
i want choice to be set as value of asp...
Umm... Why would he use javascript? If he can get an array of values from his MySQL table he can just use that for the options. There's no need for javascript, espcially since some browsers don't...
You could possibly do a javascript array and get the array values from your MySQL table. Then fill in the option fields with the values from your array.
-jeff
: :
: : one
: : twodo you mean a...
: : $strText = str_replace("\r\n", "", $strText);
: : $strText = str_replace("\r", "", $strText);
: : $strText = str_replace("\n", "", $strText);
: :
:
: thank you veryu much for the info......
: I tried your method and it didnt work but thats probably because of this JavaScript graphics package im using. If you have any ideas how to do graphics a better way then i would be more then happy...
I tried your method and it didnt work but thats probably because of this JavaScript graphics package im using. If you have any ideas how to do graphics a better way then i would be more then happy to...
: Hello I was wondering if anyone could tell me where i could get some code to put a search bar on my website nothing fancy, just something that will search my main directory for files that i need...
: Thank you for your reply.
: I have done something similar by using a hidden form filed and fill it with selected item of dropdown control inside a javascript function in my code (which this...