Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Henry #1
Avoid Insert
I have an insert page and have written some javascript to validate the page.
The validation works great but I need to stop the insert if the user fails
the validation.
How do I do this ?
Henry Guest
-
How can I avoid NaN
When my .swf loads the variables from the .txt file (days=2&hours=17&minutes=10&seconds=56), the swf file starts and shows seconds "56" for one... -
How to avoid this
Hi, I have a project where when the user scroll over the buttons a picture or movie display on the screen. All works fine, but moving between... -
INSERT statement contains fewer items than the insert list
The block of code below shows how I am inserting field values into my dbase table: strSQLStatement = "INSERT INTO tblArticles... -
Avoid SmartNavigation
I've done some investigating about various problems with the SmartNavigation feature. It seems to me that the general consensus is to avoid... -
avoid writing to log file on insert
Is there any way to NOT write to the Log File when doing an INSERT on a database setup as Simple? I am hoping there's some T-SQL syntax that can... -
Bryan Ashcraft #2
Re: Avoid Insert
> The validation works great but I need to stop the insert if the user fails
> the validation.
If the validation fails, have the function return false so the form doesn't
submit.
--
Bryan Ashcraft (remove brain to reply)
Paragon Visuals :: [url]http://www.paragonvisuals.com[/url]
TMM Volunteer (DW) :: [url]http://www.macromedia.com/go/team[/url]
----------------------------------------------------------------
Got Questions? Get Answers!
Extending Knowledge - Daily
[url]http://www.CommunityMX.com[/url]
--
Bryan Ashcraft Guest
-
Gary White #3
Re: Avoid Insert
On Thu, 17 Jul 2003 12:58:47 -0500, "Bryan Ashcraft"
<bryan@paragonvisualsBrain.com> wrote:
You also need to validate on the server because your validation will>>> The validation works great but I need to stop the insert if the user fails
>> the validation.
>If the validation fails, have the function return false so the form doesn't
>submit.
not do anything if the user has JavaScript turned off.
Gary
Gary White Guest
-
Bryan Ashcraft #4
Re: Avoid Insert
> You also need to validate on the server because your validation will
Very good point Gary.> not do anything if the user has JavaScript turned off.
--
Bryan Ashcraft (remove brain to reply)
Paragon Visuals :: [url]http://www.paragonvisuals.com[/url]
TMM Volunteer (DW) :: [url]http://www.macromedia.com/go/team[/url]
----------------------------------------------------------------
Got Questions? Get Answers!
Extending Knowledge - Daily
[url]http://www.CommunityMX.com[/url]
--
Bryan Ashcraft Guest



Reply With Quote

