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 strongm 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: electronicmonkey
  • Order by date
  1. electronicmonkey

    Submit button not functioning

    The required function "submitAttendees " is contained inside an actionscript file "booking.as" What I would like to know is if my syntax for calling the function (through a submit button) is right or wrong.Here it is again : on (release){ submitAttendees(); }
  2. electronicmonkey

    Submit button not functioning

    The function submitAttendees is defined in my booking as script which I reproduce below : var startDate : Date = new Date(2007, 6, 16); var now_date:Date = new Date(); if (startDate < now_date) { startDate = now_date; } var summaryArray:Array = []; var dateArray: Array = []; var allowAdd ...
  3. electronicmonkey

    Submit button not functioning

    I have a flash movie with a submit button which leads to another flash booking form book.swf . I am working in asp environment. My actionscript for the submit button is as follows : on (release){ submitAttendees(); } Somehow my scripts work fine on design machine , but the submit button...
  4. electronicmonkey

    Can I add link to background image in CSS ?

    Thanks; I think I will probably need to introduce a table into the html then; I wanted to avoid that
  5. electronicmonkey

    Can I add link to background image in CSS ?

    Thanks I am not sure these will work for me. The situation is that I have a page element (let's say right column). The right column has an header row which I have assigned a background image through CSS. However I need this header image to be clickable.
  6. electronicmonkey

    Can I add link to background image in CSS ?

    I mean to add hyperlink to the image so that it goes to another URL when clicked
  7. electronicmonkey

    Can I add link to background image in CSS ?

    Hi; I am having a headache trying to figure this out. If I can, please tell me how . My present background image code : background:#666666 url("image url") no-repeat right;
  8. electronicmonkey

    How to re-assign key in keyboard

    Thanks;. The keytweak approach looks the more feasible, though I thought there should be a OS resident means of assigning ascci characters to keyboard strokes
  9. electronicmonkey

    How to re-assign key in keyboard

    The "J" key on my Sony VAIO laptop computer is broken and the stub has become very unreliable . I called the repairshop, and I was told this will take four days to fix and at a cost enough to buy a cheap used laptop. I don't have 4 days or so much to spend on solving this so I hit on an idea...
  10. electronicmonkey

    What CMS is good for user-defined metadata?

    most of my CMS sites are Joomla based (done several Drupal, Wordpress , Rainbow and DNN though). Look at my website at www.websesame.co.uk (Clients)
  11. electronicmonkey

    Replace submit button with graphic

    Again many thanks. Under pressure the brain turns to jelly. - words of a wise man :)
  12. electronicmonkey

    Replace submit button with graphic

    many thanks vacunita. However the image still appears in the button (as background) and keeps on repeating even though I have not coded the css to do that . I'd rather go with the php code modification. Of course you can't enter html here right ?
  13. electronicmonkey

    Replace submit button with graphic

    The search module for a CMS that I am presently using has following code. I will like to replace the generic submit button with a graphic (graphic.gif in root folder of site) of my own. Can someone please help me ammend this ? Thanks. Code: defined( '_VALID_MOS' ) or die( 'Restricted access' )...
  14. electronicmonkey

    complete newbie help

    Thanks I am now more fusebox literate !! Appears it is also used with PHP.
  15. electronicmonkey

    complete newbie help

    Or can you give me some more advice on Fusebox ? I really don't have any idea what extra it offers to Coldfusion development. Thanks.
  16. electronicmonkey

    complete newbie help

    Thanks for your help. I will give it a whirl later today. Why do I want to fool with Fusebox ? A job that I am going to do in a few week's time requires that I should be able to use Fusebox with Coldfusion. I have read a little bit on what Fusebox does , but I really need to know how it does it...
  17. electronicmonkey

    complete newbie help

    Please forgive me for this.I have just downloaded and installed Coldfusion MX7 Developer on my pc. I have read all the instructions (read me, getting started....Found the command line web server configuration tool daunting) but somehow I can't figure out how to use the program yet. I can already...
  18. electronicmonkey

    Can't trace validation error

    Oh I give up !! You can never please everyone in the world. Adios amigos.
  19. electronicmonkey

    Can't trace validation error

    Wow, what a lively forum . Everyone just dying to throw in their own tuppence and to get cited (?) !! Alexcuse, I did indeed thank Vragabond for his attempt to help.If you didn't see it because it was not in public, then blame the forum creator, not me. I have also sent a thank-you for your...
  20. electronicmonkey

    Can't trace validation error

    The string "<a href="http://www.websesame.co.uk" target="_self">" never existed in my script. I found the problem though. I am validated again . Thanks

Part and Inventory Search

Back
Top