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 Chris Miller 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: *

  1. VisBasDude

    No Login

    Hi, ive just installed XP for my mum on the Laptop and she likes everything to be really simple, is there a way of turning off the login stuff so that when the machine starts up it just goes straight to desktop? Thanx JP
  2. VisBasDude

    Checkboxes

    HI, i have some checkboxes on a form, and i want to be able to set if they are checked or not when the form loads. What is the command to do this?? Thanx James
  3. VisBasDude

    Functions

    Hi there, yeah in JavaScript to call a function in html you just do functionname() rite? Im using php which is creating a page and when this page has loaded i want it to load another page in another frame. I just cant seem to get my head round how to do this! Any ideas?? Thanx James
  4. VisBasDude

    Calling JavaScript

    I tried doing that going Print(RoutinetoCall()); and it didnt like it saying that a routine was been called which is not there. It is on the same page the function but maybe not in the right place! Where would you put it??
  5. VisBasDude

    Spliting Strings

    Hi yeah, i have a string for example "JAMES" and i want to split it into the separate letters e.g. "J","A","M","E","S" and load this into an array. I was using the explode statement like this $Name = explode("",$Data) but this...
  6. VisBasDude

    Calling JavaScript

    Well i want a piece of code from php that will call and load a page into another frame! Im not sure if this is possible though.
  7. VisBasDude

    Calling Function

    Hi, yeah whats the best way to call a function from HTML, is there a way even? The problem is i have a php page that is creating a page and it want it to load another page into another frame. If that makes sense. Thanx JP
  8. VisBasDude

    Calling JavaScript

    Hi again. Sorry to keep asking questions but you all seem to be able to help me which is good! Anyway is it possible to call a javascript function from php. If so how would you go about it. Once again thanx everyone for your help. James
  9. VisBasDude

    File Handling

    Nah im using a file based system. Suppose i could create a temp file and put in the new data at the correct position and then just rename it! Do you think that would work?
  10. VisBasDude

    File Handling

    Does anyone have an example of this or know where a clear example is??
  11. VisBasDude

    Encryption of strings

    HI there, yeah i want to do a basic encryption on strings, but cant use the encrypt() statement because my server doesnt support it! Is there away i can find the asci codes of the letters and encrypt them or something? Any ideas of other ways that this could be done? Thanx in advance JP
  12. VisBasDude

    File Handling

    How do i then tell the script where to write the details?
  13. VisBasDude

    File Handling

    Hi, yeah i was wondering when i want to write records to a file but say in record 2 instead of at the end of the records then how is this best done. I am wanting to do this so that i can edit records after they have been created. Anyone got any ideas how its best to go about this? Thanx JP
  14. VisBasDude

    Calling Pages

    Well if i have a login page and in one frame and then want to change the menu in another frame acording to the person that logs in, how would this be best done??
  15. VisBasDude

    Calling Pages

    In PHP is it possible to call another page or write one into another part of a frames pages. Ive looked all over and cant see anything. Does anyone have any ideas of how this could be done. Thanks in advance
  16. VisBasDude

    Sessions??

    As far as i can tell yeah it does, how can i confirm this though?
  17. VisBasDude

    Sessions??

    Well ive tried what you surgested and it dont seem to have helped really, it still wont display it or move it around the site! Any other ideas?
  18. VisBasDude

    Sessions??

    Hi there, im relativly new to PHP but really like it and at the moment im just experimenting, currently im trying to make a login page. This is going well but now i want to have global varibles which will contain user details over the pages. I presume using sessions is the correct way to do...
  19. VisBasDude

    Complex Printing

    Hi everyone, i would like to know if it is possible to print shapes, and colours, if so then how, i cant seem to find anything anywhere, but i hope someone can help me out. Thanx in advance. JP

Part and Inventory Search

Back
Top