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 TouchToneTommy 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: PS1983
  • Content: Threads
  • Order by date
  1. PS1983

    Remove newlines from a variable

    Hi! I'm just trying to code a guestbook (for excercise purposes only), where I have a formular with 2 text inputs and a textarea field. The entries are written in a textfile: E.g: Somebody Name|somebody@name.com|Some message a guy left|Timestamp| The whole entry is one line of my file. Now my...
  2. PS1983

    function that get's variable & uses it in document.form.variable.value

    Hi! I'm wondering if it's possible to use variables in the document.* string... my example function checkAmount(amount){ if (document.form.amount.value != 0){ blablabla } } I hope you can understand my problem =) Your help is very appreciated! Thanks in advance, steve
  3. PS1983

    w3c valid frameborders html & css

    Hi! I have a question concerning frameborder attributes in html and css. in html i know these attributes: border=&quot;0&quot; frameborder=&quot;0&quot; framespacing=&quot;0&quot; but: they are not w3c validated... (the doctype i used is:<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01...
  4. PS1983

    Excel: check box that Strikethrough a row

    Hi there! Can u help me with this one? I createt a checkbox in my excel sheet &quot;o&quot; o | Text blabla | Text blabla | .... | ....... now when the box gets checked, i want the text to be strikedthrough. I can't reccord a macro that is able to do this easy operation! can somebody help...
  5. PS1983

    Connection Management Wizard /connection management administrator kit

    Hi there! I have a pretty simple question, but google couldn't help me... =( I want to know the filename for the &quot;Connection Management Wizard &quot; (Start -> Settings --> Network and Dial Up Connections --> Make new Connection) So i can start the wizard with the run prompt. thanks in...
  6. PS1983

    Outlook 2000 server rulez?

    Hi there, my question should be pretty simple to solve for pro's like you =) my mail account is blabla@enterprise.com now i created an alias testsend@enterprise.com so far so good. now i want to create a server based rule that everytime somebody sends an email to my alias...
  7. PS1983

    Frames!?

    Hi there! I have a real nebie problem... My Site consists of some frames... frame 1 html site with a picture in it... frame 2 html site with 2 links that should start the main page.... now when a link is clicked, only frame 2 changes but i want the whole site to change --> frame 1 and...
  8. PS1983

    ASP to submit a html code?

    hi there! my question is... i've seen this site http://www.devarticles.com/content.php?articleId=90 where is a wysiwyg editor in a html site, well the script is ready download and have a look at it http://www.devarticles.com/supportfile.php?articleId=90 so the only thing i need is to be able to...
  9. PS1983

    change the layout of a site

    hi there! i have this site for costumers to tell us what they think and stuff, so... the site is done but the layout is not good and i don't know why. have a look yourself: http://www.figuli.com/kundenzufriedenheit.html thats a pain especially the first five dropdowns plz help if you know how...
  10. PS1983

    give a input field an input?

    hi there! i got a question that should be simple to solve. for example a guestbook i have the field: Homepage: <INPUT NAME=&quot;Homepage &quot; SIZE=&quot;38&quot; style=&quot;WIDTH: 231px; HEIGHT: 22px&quot;> how can i make the field say http:// so somebody only has to fill in the rest...
  11. PS1983

    drop down menu?!

    Hi there! got some questions! how can i make a dropdown menu?(1-5)like in school and how can i get the selected with mail? for example! being friendly on the telephone: select:--1 --2 --3...
  12. PS1983

    getDate for a period?

    hello folks, my problem is: my boss wants me to have our website changed every season, and every Special day like Labour day and stuff! well its pretty easy with a constant day and month here my code function shiftsource() { jetzt=new Date(); Tage = jetzt.getDate(); Monate =...
  13. PS1983

    Valentines DAY popup =)

    hello people! uhm well tomorrow is valentines day, so i decided to make a little popup with some flowers or stuff. but i want the popup to start at 14.02.02 @ 0.00 and stop 15.02.2002 @0.00 how can i handle this? get date or something i don't really have a clue=( any suggestions? thx in...
  14. PS1983

    4 frames, want to open new site?!

    well not very good subject=(! my problem: i have this site consisting of 4 frames <html> <head> <title>3-media project</title> </head> <frameset framespacing=&quot;0&quot; border=&quot;0&quot; cols=&quot;*,120,*&quot; frameborder=&quot;0&quot;> <frameset framespacing=&quot;0&quot...
  15. PS1983

    Flash6 Alpha3

    HI there! i just got macromedia flash 6 alpha 3 yesterday! i can post some screenies if u want! first impressions: better window handling see scrennies (later online today) swf files are 1/3 smaller that swf with flash 5 loadssss of bugs! 2 new drawing tools (don't know what for till now =))...
  16. PS1983

    focus on popup onclick fullscreen background window

    Hi! i used to have the onBlur=self.focus, but then the menu didn't respond; i have this background window which is fullscreen and the popup window which is in the foreground how can i manage to: onCLick on the background window then focus on the popup window? write in the backgound window...
  17. PS1983

    use getDate to show different html pages?

    hi there! can i use getDate to show different pages? hours and minutes doesn't matter, but the seconds 0-19 -->html 1 20-39 -->html 2 40-59 -->html 3 is this possible? or is there another possibillity to view different pages everytime page is refreshed? every help is really appreciated thx
  18. PS1983

    random html sites?

    hossa! can i have a random startpage? there are 3 html sites(with flash movies), is it possible that one pages shows those 3 pages in a random order after every click? do you know what i mean? plz help! thx =) Pornstar
  19. PS1983

    Load a font on startup?

    Hey ! another question=)! is it possible to install a font on a pc with javaScript, when a page opens? for example i need the ttf called Trebuchet MS, is there a script to make it able? plz help thx
  20. PS1983

    edit a .js file?

    hi there! can i edit a .js file, do i need an additional program for that or can i do it with a simple editor or homepage editor ? or is it impossible? plz help me with this one thx =) Pornstar

Part and Inventory Search

Back
Top