Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Endorsement
Ranked #856
Ranked #2K
~4K People Reached
Favorite Forums
Member Avatar for Mike_23

Hi i am looking for a script to put on my website that will have the following Number of Pallet Spaces (customer to enter 1 2 or 3 ) 1 0.95p per mile 2 1.10 per mile 3 1.25 per mile Price per mile not to be shown on the …

Member Avatar for jalarie
0
114
Member Avatar for Abraham_3

In my project I have got a "back button" that is calling a javaScript function that remembers the previous url when called. //back button function function goBack() { $window.history.back(); } the url being remembered or being called when the back button is clicked contains an ID and this is ID …

Member Avatar for Taywin
0
227
Member Avatar for irfan_4

I have a text item in which date return from calender in formate like dd/mm/yyyy now i want to convert this formate to dd-mon-yyyy in javascript...How i can do this.?

Member Avatar for irfan_4
0
156
Member Avatar for numele

I am not the greatest on javascript and was hoping someone could give me some help. I am trying to pass to the parent form action field from the child. The line I have in the child now which is not working is: `window.parent.document.forms['stopForm'].action = "command_stop_15264.cgi";` I've tried a few …

Member Avatar for jalarie
0
187
Member Avatar for affordacall

Im currently making a webpage for my thesis.. its in HTML and on localhost, the system should be able to view a profile of the client and also do a task the should be able to open an application on the client's computer.. im running the webpage on wamp.. can …

Member Avatar for jalarie
0
194
Member Avatar for warlord902

I have a some words that I want display in the footer, I want 2 words to be left aligned and rest to be right aligned. I have my code something like this: [CODE] <div class="footer"> MyWebsite <!--This should be left aligned--> <!--Things below should be right aligned--> <a href="">Contact …

Member Avatar for jalarie
0
504
Member Avatar for ctkam

Hi anyone know how to make round corner in IE? This code only works in Mozilla .login { background:#0C3; box-sizing: border-box; width: 40em; height: 20em; border-radius: 0.5em 2em 0.5em 2em; -webkit-border-radius: 0.5em 2em 0.5em 2em; } Thankx in advance

Member Avatar for Biiim
0
92
Member Avatar for aruprongs

Hi, I am trying to use an image as a link to lead to another image. The URL of the page where this second image is should end with jpg, i.e., the web page should be such that it is the path of the image. For example, this should be …

Member Avatar for aruprongs
0
54
Member Avatar for PCSAWICK829

I'm studying out of a book for HTML, XHTML, & CSS. We just went over building a basic table. here's my code so far below, validated and working just fine: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>basicTable.html</title> …

Member Avatar for PCSAWICK829
0
77
Member Avatar for jojajojango

hi im reletivly new to html/css/xml been studying and reading just wondering if anyone had any ideas of some sort of practice i can do to practice some of the things i have learned.... any ideas from anyone would be great... i do things here and there .... maybe a …

Member Avatar for jalarie
0
63
Member Avatar for bangla

Hi, When you have a chance, can you pls take a look at the html code and let me know why there are empty space in the browser? I spent hours. still no luck. thanks. ---------------- [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <HEAD> <TITLE>BengaliaList.COM - A list of …

Member Avatar for bangla
0
343
Member Avatar for McLaren

Hi, In [URL="http://www.w3schools.com/tags/att_standard_id.asp"]http://www.w3schools.com/tags/att_standard_id.asp[/URL] it is written that: [QUOTE]The id must be unique within the HTML document.[/QUOTE] What if I make them equal? I often use id for numbers of objects in database, e.g. id = 5 They are in deffierntent containers, for example [CODE] <div class = "x"> <div id …

Member Avatar for McLaren
0
91
Member Avatar for Daniel Liwonde

I wonder how the rounded corner rectangle like those at Google home page are created. I want anyone who can help me with the code or any method on how the rounded coner rectangles are created and how they are included on a web page. any help is greatly appreciated

Member Avatar for jalarie
0
64
Member Avatar for Hawkeye Python

Hi! I've just started with HTML and I'm creating my first page. Really simple. How can I print a tag? I mean, I'm trying to do this: [CODE]<p id="test">This is a test using the <p> tag</p>[/CODE] But it doesn't print the "<p>" in "using the <p> tag"...

Member Avatar for jalarie
0
86
Member Avatar for paradox814

I want to know how to do an image map for all of the unlinked portion... ie everything that isn't explicitly already mapped out, can I have it by default link to another page, or do I need to map the entire thing? for example suppose I have a 500x500 …

Member Avatar for jalarie
0
82
Member Avatar for ForestTech

Ok, basically I have this giant, great, big, long variable and I still haven't learn the syntax for this sort of thing. How would I break this up? Basically, the variable is information that is being displayed in a tooltip that hovers after a mouseover. [code]var msgBrackenRidge = '<b>Eco-Friendly Residence</b><br><br>51 …

Member Avatar for ForestTech
0
108
Member Avatar for roryt

I am pretty new on CSS and wanted to know when it is the right time to use a # before the name eg. #footer . Also while I am here please could someone tell me how to make text rap in a div tag. Thanks for your help.

Member Avatar for tgreer
0
126
Member Avatar for jcmelbau

Hi all, I am trying to create a drop down form on a webpage where the items that appear in the second drop down box are dependant on what is chosen in the first. For example, choose country, then state etc. Can anyone provide some really easy to understand help …

Member Avatar for jcmelbau
0
111
Member Avatar for jalarie

As far as I can see, the following should work even on Netscape 4, but it doesn't. Can anyone tell me what I'm doing wrong? [code] <style> @media screen { .NotOnScreen { display: none; } } </style> On screen <span class="NotOnScreen">Not seen</span> More on screen [/code]

Member Avatar for Sailor_Jerry
0
119
Member Avatar for cronos

Hello DaniWeb members, I've just joined up and I would like to have one of my problems solved. I'm still a begginer at JavaScript coding so my request may seem a be easy for you guys to answer so here it is: I have a JavaScript code and I want …

Member Avatar for jalarie
0
76
Member Avatar for gendv

I am a multimedia Production Specialist whom has been thrown into the deep end at work. We produce coursware btw. I have to find a way to create a "Bookmark Button", but, the pages are NOT online, they run directly from a pc. HOW do I do this? The only …

Member Avatar for gendv
0
191
Member Avatar for gendv

Can anybody plz explain this to me? What scrip/code is it to start with? Is it possible to provide an example of how this works? (code)

Member Avatar for gendv
0
171
Member Avatar for martinkorner

On my site I use the following code to tell users when I last updated my website: [CODE]Last updated: ', new Date(document.lastModified).toLocaleString(), '[/CODE] This shows users something like this: [QUOTE]Last updated: 22 April 2006 12:53:12[/QUOTE] Would it be possible to remove the time, so it just says: [QUOTE]Last updated: 22 …

Member Avatar for martinkorner
0
385
Member Avatar for cancer10

ok here it goes: I ahve 2 textbox within a form on my HTML page I want to display the text "SHOUVIK" (without quotes) on the second textbox as soon as I click on the first textbox Is this possible? Kindy help

Member Avatar for cancer10
0
91
Member Avatar for Sailor_Jerry
Member Avatar for jalarie
0
72
Member Avatar for pavankishore

Hai , My form has 3 buttons side by side,...each with different length of text on them...resulting in the width of buttons not being uniform..could anyone sugguest a solution ...bye the way my buttons r not images..(for images width attribute works..right?)

Member Avatar for jalarie
0
80