137 Posted Topics

Member Avatar for noman78

Hi there, Well I agree with you both! Actually first answer in you can’t change the browser preferences using web scripting. Sorry, But you may use the activeX or high end programming to do this but that will be easily blocked by client side because of security reasons, Well I …

Member Avatar for katarey
0
91
Member Avatar for cheetuh

Hi there, Well check your code and close/self-close every try properly Like : [code] <meta http-equiv="Content-Language" content="en-us"> This should look like <meta http-equiv="Content-Language" content="en-us" /> <p> this will close like this </p> <br /> [/code] if you are using Dreamweaver, just go to File menu > Convert > XHTML 1.0 …

Member Avatar for tgreer
0
90
Member Avatar for RochelleJoshua

Hi there Please clarify the question; actually, it’s not clear [QUOTE]"be able to resize them in html"[/QUOTE] Well you can create flexible table like this [code] <table width="100%" border="0" cellspacing="3" cellpadding="3"> <tr> <td width="30%">&nbsp;</td> <td width="70%">&nbsp;</td> </tr> </table> [/code] best regards, Rahul

Member Avatar for GreenDay2001
0
37
Member Avatar for pmayer
Member Avatar for pmayer
0
59
Member Avatar for MDGM

Hi there, I have seen the code and there is not anything that force to choose the specific doctype, but this tag "<br style="clear: left;" />" shows that its XHTML, You can use this doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Or <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 …

Member Avatar for katarey
0
67
Member Avatar for ChoosenJoe

hi, IE4+ doesn't support the window.stop method. Instead, the document.execCommand method has an (previously) undocumented argument called Stop, which allows you to call document.execCommand('Stop') to get the same effect as window.stop() in Netscape. It should be noted that using this repeatedly in IE 5.x (especially within frames) can cause a …

Member Avatar for katarey
0
63
Member Avatar for vexhawk

Hi there, i am not getting your Second issue, please feel free to clearify the quetion Solution for first is :- Use this CSS and HTML [code] <head> <style type="text/css"> body { font-family: arial, verdana, helvetica; font-size: 80%; color: #000000; } #navBar { margin: 0px; background-image: url(grad-blue.gif); background-repeat: repeat-x; border-top: …

Member Avatar for katarey
0
95
Member Avatar for shaun09

Hi, try this Code its working code given by BudBrocken is right :) [code] </head> <script language="JavaScript"> function validate_form ( ) { if ( document.leaveform.dc1.value == "" ) { alert ( "Please select start date" ); valid = false; return valid; //document.leaveform.submit(); } } </script> <body> <form action="fastsaveregistrationdetails.jsp" method="post" name="leaveform" …

Member Avatar for katarey
0
119
Member Avatar for dtarp92833

Hello there, this post should be in Web Development Job Offers Forum, well you may contact me for this,

Member Avatar for katarey
0
49
Member Avatar for michael123

Hi there, Well I didn't seen any direct way to do this, but you can use the, there may have a hidden field in fm2 for storing the value of textarea (fm1) and use this very very simple function to fill the value in hidden field. [code] <html> <head> <title> …

Member Avatar for katarey
0
74
Member Avatar for HLA91

Hi there, First I agree with stymiee, Well as your post shows that you have web site already, and I am sure if you have website hosted somewhere you must have the FTP details, so first use that and connect [url]ftp://ftp.yourwebsite.com/[/url] (*use you ftp add) and upload the images that …

Member Avatar for stymiee
0
123
Member Avatar for irfan.motiwala
Member Avatar for katarey
0
101
Member Avatar for MDGM

Hi there, use this layout plan for rectify your problem. [url]http://www.justexpert.com/1a.jpg[/url] Html code :- [code] <table width="95%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666"> <tr> <td height="117" colspan="3" valign="top"><div align="center"> <h1>Header content</h1> </div></td> </tr> <tr> <td width="19%" height="487" valign="top"><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999"> <tr> <td><div align="center"><strong>Navigation Table</strong></div></td> </tr> <tr> <td height="193" …

Member Avatar for MDGM
0
124
Member Avatar for gilb29

HI, I have found one tutorial "creating Gonden Text" may be it will be useful for you, [code]http://www.digital-street.com/quick-golden-text[/code] I hope this will help ;) thanks Rahul Dev

Member Avatar for katarey
0
67
Member Avatar for cath120

Hi There, As I seen this web site there is Only two HTML pages 1,[url]http://www.possessedrecords.com/index.html[/url] 2,[url]http://www.possessedrecords.com/home.html[/url] and the flash movie embeded on home.html so I don't thinkg that you have any need to use history.back function for html [code] <a href="#" onclick="javscript:history.Back()">Back</a> [/code] For flash button [code] on (release) { …

Member Avatar for tgreer
0
132
Member Avatar for tiwariarun1

Hi there, Use update Query, for update the record/s, [code] <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim rid 'this is the id which will shown in Text Flield of form Dim Conn Dim testconnsrt 'rid = Request.Form("id_") ' use this if you are using form rid = 1 ' this id which will …

Member Avatar for katarey
0
107
Member Avatar for chunkmartinez

Sure you can use .png, there is no Restriction by any host about png file, png filesizes can be rather big against a comparable JPG. read this it may helpful :) [url]http://www.sitepoint.com/article/gif-jpg-png-whats-difference[/url] rahul

Member Avatar for katarey
0
82
Member Avatar for masa

Hi there, have look at this post : [url]http://www.daniweb.com/techtalkforums/post271444.html#post271444[/url] Rahul Dev

Member Avatar for katarey
0
74
Member Avatar for aparnesh

Hi, you can use this Code [code] <% url = "http://www.URL.com/Page.asp" response.write("<script>" & vbCrLf) response.write("parent.mainFrame.location.replace('" & url & "');") response.write(vbCrLf & "</script>") %> [/code] Rahul

Member Avatar for katarey
0
55
Member Avatar for irfan.motiwala

What error you are getting when you try to run asp page? May be the problem is “the Active server pages is disable in Web service extension” To enable and disable a Web service extension [LIST=1] [*]In IIS Manager, expand the local computer, and then click Web Service Extensions. [*]In …

Member Avatar for katarey
0
325
Member Avatar for irfan.motiwala

hi, narmally the default IP for window is : 127.0.0.1 and you can also find the your IP by this: If you want to see your settings, in Windows 95/98 try the following: Go to Start/Run and do the command [B]winipcfg[/B] That will bring up a network screen with your …

Member Avatar for katarey
0
91
Member Avatar for espenskeie

[QUOTE=espenskeie;267596]Does anyone know how I can make a site where several of my songs could be listed, and the viewer can click on the song that he'd like to hear? And than again the song will be played on some realplayer, or mediaplayer at that page? I don't know much …

Member Avatar for mesamb1
0
114
Member Avatar for k_en

Hi there, you can use this code to EMBED shockwave file in XHTML 1.0 Valid Flash for XHTML 1.0 Strict (XHTML 1.1) example [code] <object type="application/x-shockwave-flash" data="YOURFILE.swf" width="288" height="128"> <param name="movie" value="YOURFILE.swf" /> <img src="Alternate_FILE_NAME.gif" width="288" height="128" alt="Any thing" /> </object> [/code] Rahul Dev

Member Avatar for katarey
0
87
Member Avatar for drors

Hi there, Well you have made mistake in the assigning the value in variable, there is not any field in form named min_Price, max_Price which you are trying to assign to Dim MinPrice and Dim MaxPrice Here you wrote in ASP: [code] MinPrice = Request.Form("min_Price") MaxPrice = Request.Form("max_Price") [/code] Just …

Member Avatar for katarey
0
278
Member Avatar for aspsqlvb

[QUOTE=aspsqlvb;267525]Thank You for replying, So, what changes should I make in this area of the program?[/QUOTE] yes just you select the Partition which have most free space in 1st Scratch Disks then next .... Rahul

Member Avatar for katarey
0
125
Member Avatar for bazmanblue

hi there, vishesh is right! ' - ' there was the problem and also you can use this: [code] <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"> <url> <loc>http://freeaddsgalore.me.uk/</loc> <lastmod>2006-10-08</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> Continue...... [/code] Rahul

Member Avatar for katarey
0
132
Member Avatar for jeepj27

Hi there, Check this code [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script> <!-- var checkobj function agreesubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i<checkobj.form.length;i++){ //hunt down submit button var tempobj=checkobj.form.elements[i] if(tempobj.type.toLowerCase()=="submit") tempobj.disabled=!checkobj.checked } } } function defaultagree(el){ if (!document.all&&!document.getElementById){ if (window.checkobj&&checkobj.checked) return true else{ alert("Please read/accept …

Member Avatar for katarey
0
82
Member Avatar for flub

HI, Yes this very Much possible you can use the XML file for store the URLs, I this in one of my project ;) [B]here is the solution:[/B] For Example:[url]http://www.katarey.com/forHelp/xml_javascript.html[/url] make a XML file Name [B]img.xml[/B] [code] <?xml version="1.0" encoding="iso-8859-1"?> <images> <img>http://static.flickr.com/84/269053449_acad87a793_o.jpg</img> <img>http://static.flickr.com/95/269053438_4ef5a3983e_o.jpg</img> <img>http://static.flickr.com/96/269053404_44a3b0eda8_o.jpg</img> <img>http://static.flickr.com/108/269053262_608edbdda4_o.jpg</img> <img>http://static.flickr.com/98/269053232_6f7c6f994a_o.jpg</img> </images> [/code] then a …

Member Avatar for flub
0
120
Member Avatar for ATS

[QUOTE=ATS;267005]I created a pop out menu in Fireworks and copied and pasted it into dreamweaver. The menu works great, but on the webpage I have a flash slide show that runs. Here is where the problem lies. My menu pops out behind the slide show, which makes it to where …

Member Avatar for katarey
0
76
Member Avatar for tefflox

Hi there, hay put this code and your problem will solve :) will work with IE, FireFox, Opera i have tested, you can see here : [url]http://www.katarey.com/forHelp.html[/url] please let me know if you got any prob. with this ;) [code] <!--Head/CSS is same as you have already --> <body> <table …

Member Avatar for bryan110
0
96
Member Avatar for hgltd

Helle There, I hope this will help you! :idea: for example [url]http://www.katarey.com/forHelp[/url] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Active Anchor</title> <style type="text/css"> <!-- .demo { color:#000033; background-color:#f2f2f2; visibility:hidden; } table { border:#cccccc 1px solid; } --> </style> <script type="text/javascript"> …

Member Avatar for hgltd
0
167
Member Avatar for AniruddhaKelkar

Hi Aniruddha, Well it should work! But by the way feel free to add your code here Katarey

Member Avatar for AniruddhaKelkar
0
99
Member Avatar for GR Web FX

Hi There. I have seen your site, it's nice, Yes there are lots of possibilities for SEO your site, I am giving you some tips a) I have seen you are using flash Buttons for navigation with good effect, but that effect can also made by images onRollover, b) Make …

Member Avatar for katarey
0
169
Member Avatar for Zandyke

HI there, you may also try this, i have seen some where in internet 1. Go to the "Tools" menu on Internet Explorer then select "Internet Options" 2. Go to the Advanced tab 3. Under Browsing check on "Use inline AutoComplete" 4. Click OK Done

Member Avatar for katarey
0
99
Member Avatar for havilah
Member Avatar for puneetsharma

Hi puneet, well its very much possible but please let me know which mail component you are using for sending the mail, that will make easy to help you, and feel free to put your existing code here for review:) Rahul Dev Katarey [url]http://www.katarey.com[/url]

Member Avatar for katarey
0
57
Member Avatar for charter

Yeah I am agree with WaltP, or you can add some example here so this will make easy to help you Thanks Rahul

Member Avatar for FC Jamison
0
95

The End.