• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NEED help on java script!!!!

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends need your help.!!!1

in problem badly,.,

i have never worked on java scripts and now i have develop a java script code
its goes like this .. that when a user click ona link then a new window shoud open and in that new window i shoud have a big text area to write in and two buttons Save and Cancel doing their normal job....
and also .. i need to save the data to the underlying data base ....

hey plzz any one guide me or if u have the script plz post it
b bye and thxs a lot
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Saving to a databse can not be done with JavaScript. You need a server side language to do it. There are many tutorials online to save information to a database from a form.
The form is basic HTML.
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for a new window look at my generator
http://www10.brinkster.com/A1ien51/scripts/PopUpWinGenV3.htm
 
perry arora
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Eric Pascarello:
Saving to a databse can not be done with JavaScript. You need a server side language to do it. There are many tutorials online to save information to a database from a form.
The form is basic HTML.



hey thxs for reply .. i got this much but byy need it that i need to display and implement the functionalities like .. Bold and italic for fonts in that window which will be opned for this text area!!!
Can
CAn any 1 help me .. its urgent.. the window which will open will have a text area to enter info, with that we have options to bold the text or choose italics,,. we have two buttons SAVE and CANCEL
What i have planned is that on SAVE i will call a jsp and it will save the data
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The bold and italics is not a form field but usually a long drawn out script that seems to be done mostly in another language.
You might get lucky by googling it.
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The bold and italics is not a form field but usually a long drawn out script that seems to be done mostly in another language.
You might get lucky by googling it.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic