Jump to content

j1mlad

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About j1mlad

j1mlad's Achievements

0

Reputation

  1. Hi - back again Looks like printing is fine thanks very much - how about if I wanted to save the contents of that frame to say a text or csv file? I tried simply replacing print with save as below but looks like the fram object doesnt support save? <input type="button" name="Print1" VALUE="Print Frame 1" onClick="parent.framename.save()"> Any clues? Also - sorry for asking daft questions but where can I find a list of functions/methods that the frame object does support? Thanks Jim
  2. That looks like the thing I'm after - thanks very much for the swift reply. Jim
  3. Hi Newbie alert. I'm just starting writing some webpages for a work based application. I'm more used to writing the c code end of a webserver than the html/javascript so bear with me.... If I have a page that has 2 frames - one that includes a lot of data - is it possible to have 'print' and 'save as' buttons in another frame so they are always on display while the frame with the data in can be scrolled thru? I have some noddy code for displaying the print and save buttons but I have to include them in the code for the frame with the data - I'd like to have another small frame thats always available with the buttons on while data can be scrolled thru/viewed in another larger frame. Thanks Jim
×
×
  • Create New...