User Profile

Collapse

Profile Sidebar

Collapse
divina11
divina11
Last Activity: Oct 12 '07, 08:44 PM
Joined: Aug 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I've tried the following however nothing is displayed:

    Code:
    <script>
    var call = new CalendarPopup();
    document.write(call);
    </script>
    See more | Go to post

    Leave a comment:


  • divina11
    replied to Can't get <img> to align center?
    thanks for that, someone suggusted <center></center> which also did the trick.

    Thanks again.
    See more | Go to post

    Leave a comment:


  • How do I create a POP-UP Calender in JavaScript?

    I require to click on a calender icon which in fact brings up a pop-up calender, which I then select to populate the drop down boxes - I'm buliding a site on a hotel booking system hence require this.

    I require the following to be populated, once user selects the date from the pop-up calender:

    [HTML]Arriving
    &nbsp&nbsp<SELE CT NAME id="arriveDay" >
    <Option value="" >01</option>...
    See more | Go to post

  • divina11
    started a topic Can't get <img> to align center?

    Can't get <img> to align center?

    Oddly, I can't seem to get the image to align to the center of the page?
    I'm using IE 6, tried FireFox 2 still the same! The image just aligns to the right
    for same reason. The text aligns to the center fine, see my code below:

    [HTML]<body>
    <h1 align=center>Te st</h1><br><br>
    <img src="italy.jpg" align=center height=160 width=240 border=4>
    </body&...
    See more | Go to post

  • Thank you guy's I've decided to try out Notepad++ and once I get a bit advanced I've read about some the other editors you have mentioned which I'll try out.

    Vim is an another excellent editor which I actually use for programming scripts however the only problem it's not a good HTML editor as you can't quickly view what you have edited.

    Thanks again guy's.
    See more | Go to post

    Leave a comment:


  • Gits, I'm now trying to add another property and not sure where I'm going wrong?
    It's line 14 I'm getting the error asking for: Error expected '{'

    Aren't I suppose to set all the properties in the constructor/function book()?

    Code:
    function Book() {
        var book = {title: 'Java Book', pages: 6}; 
        
        this.get_title = function() 
        this.get_pages = function() {
            return
    ...
    See more | Go to post

    Leave a comment:


  • Thank you guys, trying to understand OO.
    See more | Go to post

    Leave a comment:


  • Object properties - unable to alert them on screen

    I'm testing the following script and it's not alerting the second alert, what is the reason for this? I'm getting a blank page. The first alert("Hi") works fine.
    Code:
    <script>
    
    function Book() {
    alert("Hi");
    book.title="Java Book";
    alert("Outline:  "  + book.title);
    }
    Book();
    
    </script>
    See more | Go to post

  • divina11
    replied to Creating a JavaScript login page
    loging in script using username and password

    Thank you pbmods, [CODE=javascript]window.location .href [/CODE] did the trick, also managed to add a validation script which also works fine.

    The only problem is that people can view the source code and retrieve my username and password, but I guess thats why I shouldn't use javascript for loging in.

    Thanks again as always.

    D
    See more | Go to post
    Last edited by divina11; Sep 28 '07, 01:46 PM. Reason: CODE=javascript

    Leave a comment:


  • divina11
    started a topic Creating a JavaScript login page

    Creating a JavaScript login page

    I'm writting a login script using JavaScript, can someone help with the parts I've commented? Thank you


    [CODE=html]<HTML><HEAD>
    <TITLE>Login Program</TITLE>
    </HEAD>

    <SCRIPT>
    [/code][code=javascript]
    function validate() {
    y=document.getE lementById('use rname');
    x=document.getE lementByID('pas sword');

    // if y.value=='engla nd'...
    See more | Go to post
    Last edited by pbmods; Sep 28 '07, 01:50 AM. Reason: Changed [CODE] to [CODE=html] and [CODE=javascript].

  • divina11
    replied to How to align 'text' under each image?
    Still unable to place each text under each image Directly, please see my code below:

    [HTML]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

    "http://www.w3.org/TR/html4/strict.dtd">

    <html>

    <head>

    <title></title>

    <style type="text/css">

    p{float:left}...
    See more | Go to post

    Leave a comment:


  • divina11
    started a topic How to align 'text' under each image?

    How to align 'text' under each image?

    How do I align each image text (i.e. <p>image2 text...) directly under the image? So image 'image2 text' would be under image2.jpg and 'image3 text' would be under image3.jpg.

    [HTML]<html>
    <body>

    <img src="image1.jpg "
    width="160" height="100">

    <img src="image2.jpg "
    width="160" height="100">...
    See more | Go to post

  • How do you make 'clickable' thumbnails to enlarge images?

    I'm wanting a html page with a series of thumbnails which are clickable to enlarge the image in a new window, how do you do this?

    Currently I have the images in the following format.

    [HTML]<p>
    An image
    <img src="someImage. gif"
    width="48" height="48">
    in the text
    </p>[/HTML]

    Thank you
    See more | Go to post

  • divina11
    replied to Linux and Unix - are they the same OS?
    Thank you guy's for all your feedback, I've decided to install Linix (with XFCE environment). I've also just upgraded my RAM too 512mb, any way:

    Can you give me the direct link (URL) which would also partition the drive and install linix too (included in the installation).

    Many many thanks.

    D xxx
    See more | Go to post

    Leave a comment:


  • divina11
    replied to Linux and Unix - are they the same OS?
    drhowarddrfine,

    If gnome is not a O/S but a windows environment, can I do my unix/cgi programming?

    Will I need to install gnome and unix?

    Thank you guys.

    Divina
    See more | Go to post

    Leave a comment:


  • Can someone recommend a decent Freeware HTML editor?

    Can someone recommend a decent Freeware HTML editor?
    See more | Go to post

  • divina11
    replied to Linux and Unix - are they the same OS?
    There are so many types of Linix/Unix based OS such as GNOME, FEDORA, SUSE, BSD etc.

    Do these all use 'Shell Scripting/commands' to do adminstrative tasks?
    See more | Go to post

    Leave a comment:


  • divina11
    replied to Linux and Unix - are they the same OS?
    Ok thank you, you really made things very clear.

    If I wanted to install Linux on my Laptop which has 15 GB left and 256 RAM, will I be ok to run Linux. Currently I'm running Windows 2000 NT.

    Can you recommend a software which would easily partition my 30 GB HD so I can install Linux.

    Thank you
    See more | Go to post

    Leave a comment:


  • divina11
    replied to Click Button to the next page
    Thank you for that, all resolved now.
    See more | Go to post

    Leave a comment:


  • divina11
    started a topic Linux and Unix - are they the same OS?

    Linux and Unix - are they the same OS?

    Are Linux and Unix the same OS? If not which one is used more widely in the software industry today.

    Thank you
    See more | Go to post
No activity results to display
Show More
Working...