137 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: 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%"> </td> <td width="70%"> </td> </tr> </table> [/code] best regards, Rahul ![]() | |
Re: what code you are using for linking ? <a href="URL of PDF File">PDF Link </a> | |
Re: 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 … | |
Re: 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 … | |
Re: 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: … | |
Re: 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" … | |
Re: Hello there, this post should be in Web Development Job Offers Forum, well you may contact me for this, | |
Re: 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> … | |
Re: 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 … | |
Re: Hello there, This Article may help you [url]http://www.somacon.com/p126.php[/url] thanks Rahul | |
Re: 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" … | |
Re: 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 | |
Re: 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) { … | |
Re: 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 … | |
Re: 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 | |
Re: Hi there, have look at this post : [url]http://www.daniweb.com/techtalkforums/post271444.html#post271444[/url] Rahul Dev | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
Re: 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 | |
Re: 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 … | |
Re: [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 | |
Re: 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 | |
Re: 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 … | |
Re: 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 … | |
Re: [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 … | |
Re: 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 … | |
Re: 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"> … | |
Re: Hi Aniruddha, Well it should work! But by the way feel free to add your code here Katarey | |
Re: 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 … | |
Re: 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 | |
Re: what actually you want a "preloader for flash" ? | |
Re: 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] | |
Re: Yeah I am agree with WaltP, or you can add some example here so this will make easy to help you Thanks Rahul |
The End.