Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joezapp
  • Content: Threads
  • Order by date
  1. joezapp

    add option to popup parent window element

    apologies if this has been asked before, search is still down so.. this is what I'm after: user clicks on a link. opens a popup window containing text field and button. user enters text and submits. This text is added to a select object on the parent window. Popup closes. I'm trying to use...
  2. joezapp

    Newbie(ish) - awt to swing ? (and some more general java questions)

    Hello all. I've written an interactive graphing applet, using awt / canvas. This has involved me pretty much learning java as I go (my 'forte', such as it is, is pl/sql, javascript, dhtml and perl so I'm not a total newbie to programming). However - its not the fastest thing on the block and...
  3. joezapp

    Making a report

    I do have a database a book firm. There are such tables: Books, Partners,Orders,Orders details, I do need to make a report showing by partners which books and when they have ordered.It should look like: Partner 1 ............... 23.12.01 25.12.01 22.04.02 1.Book A......2 2.Book B...
  4. joezapp

    page loading times

    Hi, Not sure if anyone can help but... I have a page with 6 embedded swfs (graphs pre-generated from Macromedia generator). They're about 12KB each. The problem being that the page takes well over thirty seconds to load. Its over an intranet I'd have thought that it should be a whole lot...
  5. joezapp

    users drawing lines ?

    hi all I was wondering if it is possible for users to map a number of points on a movie and then have flash draw a line between them (or give the users an extendable line - kinda like the line tools you get with word / gimp etc) ? I have a number of graphs and it'd be cool if the users could...
  6. joezapp

    executing program and reading program output to standard output

    Hi all, Is it possible to something like the following using perl on sun Solaris ? Sorry if its a really idiotic question but I'm not too hot (just about tepid, if that) on perl - 1. Execute a program to output the results in standard output. ie something like system("/generate.exe -swf...
  7. joezapp

    emailing a web page

    Hi I'm designing a page showing a client invoice. Ideally I'd like to be able to provide the users with an 'email' button, or something similar, that would email this page to a supplied address (either as an attachment, which I'd prefer, or as the email body) I'm guessing this'd involve forms...
  8. joezapp

    newbie - movie refresh

    Sorry - I may well be being dense but... - I have Generator installed on solaris. I am generating a line chart offline with two text files holding the data for two lines. I have an html document with the 'updated' .swf movie being called (via LoadMovie) from within a parent movie. The way I...
  9. joezapp

    creating line graphs with flash

    I'm looking at Flash as a tool to dynamically create simple line graphs (max ten lines on any one graph). Ideally users could use mouseover to read the x and y values - any funky animation would be a bonus. I guess you can write some sort of generic movie that you can pass values to either in...
  10. joezapp

    Error handling- Netscape

    I have a problem with catching an error in Netscape. I have a small makeshift puesdo-security script that runs in a .js on our intranet (code below). When they log on users are allocated a group (i.e "accounting") and this is set in a javascript variable in one of the frames. To...
  11. joezapp

    Dynamically changing text colours in a form...

    I am having a problem. I have a page - simplified source code below. What I am after is for users to click either of two tickboxes - this will highlight one set of input fields and disable the other and vice versa. This works fine. However, I would like to change the colour of the text for the...

Part and Inventory Search

Back
Top