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 Wanet Telecoms Ltd 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. cfgcjm

    OWA Setup

    yes the http://server/exchange is working ...and i would make sure/open those ports how? and would that create any problems with the way things currently work? or cause any vulnerability
  2. cfgcjm

    OWA Setup

    We're a very small office and we have Windows SBS 2003. I'm looking for a step by step on how to set up Outlook Web Access. I would consider myself a computer oriented guy but I don't know very much about networking or how SBS works and I don't want to screw anything up. I'm asking because we...
  3. cfgcjm

    SMTP email not working

    We're running SBS 2003. All incoming and internal outgoing email is working properly. It is only external outgoing email that is not working. This is effecting both exchange email addresses and non exchange based email. I'm getting the following error: There was a SMTP communication problem...
  4. cfgcjm

    Passing multidimensional JS array to PHP (ajax)

    ...construction & Ajax call: function save(numStd){ //Find Selected Class var all = document.all ? document.all : document.getElementsByTagName('*'); var elements = new Array(); for (var e = 0; e < all.length; e++) if (all[e].className == 'active') var currentClass=all[e].id; var...
  5. cfgcjm

    JS Drag Drop

    I've never done this for some i'm looking for any advice or examples anyone might have. I'm looking to Create a Drag & Drop shopping cart but I want the images to "Snap to" a Div. For example, if they are drug into a specified div they snap to a position in that div. If they are drug anywhere...
  6. cfgcjm

    Data Files &amp; SQL Help

    I have a SQL database on my website, is it possible to save images or zip files to a database through php?
  7. cfgcjm

    Input boxes (F vs IE)

    ...still reading it wrong and FF is actually right. Would anyone able to tell me why this is happening? http://stjohns.digiconmediagroup.com CSS: /* MAIN STRUCTURE */ body{ margin:0; padding:0; background:#B9DBEF url(images/bkg.jpg); background-repeat:repeat-x; } #cloudheader{...
  8. cfgcjm

    JS Random Image Insert to div

    My issue is still getting the code into a div, not really getting the image
  9. cfgcjm

    JS Random Image Insert to div

    May I ask how you would recommend doing it? This is the simplest example i had found...
  10. cfgcjm

    JS Random Image Insert to div

    ...is what i have but it's not working. Any help would be great <script type="text/javascript"> var rand_no = Math.random(); var rand_no = rand_no*5; rand_no = Math.ceil(rand_no); var imageCode='<img src="'+ rand_no+ '.gif" alt="" height="10" width="10" border="0">'...
  11. cfgcjm

    Form won't stop submission

    that did it
  12. cfgcjm

    Form won't stop submission

    I'm running a script on a form and it's not stopping the submission when it detects one of the cases and the variable is changed. It changes the classes and then submits/resets the form...any help? function Check() { //get the form fields var username = document.getElementById('username')...
  13. cfgcjm

    Class Problems with Validation

    ok, obviously i'm having trouble with this and can't figure it out...is there an easier way to change the class of an input box if it's empty and if the passwords do not match?
  14. cfgcjm

    Class Problems with Validation

    Sorry, i'm new to this...i dont know what you mean by "Nothing outside the outer function can call the nested function.
  15. cfgcjm

    Class Problems with Validation

    ...= function() {return validForm();} } } function validForm() { var allGood = true; var allTags = document.getElementsByTagName("*"); for (var i=0; i<allTags.length; i++) { if (!validTag(allTags[i])) { allGood = false; } } return allGood; function validTag(thisTag) { var...
  16. cfgcjm

    Class Problems with Validation

    ...= function() {return validForm();} } } function validForm() { var allGood = true; var allTags = document.getElementsByTagName("*"); for (var i=0; i<allTags.length; i++) { if (!validTag(allTags[i])) { allGood = false; } } return allGood; function validTag(thisTag) { var...
  17. cfgcjm

    Music Player

    Ok I think i understand how that works and it's kind of what I need but I need a utility in which will show a progress bar and if possible a volume control. I agree with it being compact and i would rather have it embedded in the page.
  18. cfgcjm

    Music Player

    I have a few music files on my site. What i want to do it when a user clicks a hyperlink (or some button) that it opens a small window browser and plays the file. I would like something more than the quick-time type default player in browsers and i would like to have one player for all the...
  19. cfgcjm

    Multi page musicplayer

    I have a flash based music player. What i would like do is have the player play music continuously while the user browses without stopping at page chages and have a control available on each page. Is there a way to do this?
  20. cfgcjm

    [object Window]? with window.open()

    I'm not quite sure where you want me to put it in this code <li class="style1"> <ahref="javascript:window.open(&quot;/timestds.htm&quot;,null,&quot;height=251,width=259,status=yes,toolbar=no,menubar=no,location=no&quot;);">Time Standards</a></li>

Part and Inventory Search

Back
Top