137 Posted Topics
Re: Hi, Well, Go to Start > Control Panel > Administrative Tools > Internet Information Services (IIS) Manager Then right click on Default web site > then select Properties > in Home Directory Tab > check Read, Write, Directory browsing Thanks Rahul | |
Re: HI, or you can use this http://www.katarey.com/XML-flash-mp3-player/ and you can also Download this from here http://www.katarey.com/XML-flash-mp3...r/download.rar Best Regards, Rahul http://www.katarey.com | |
Re: you cannot open FLV, Video or any HTML pages in lightbox, you can try these UI dialog widgets for required functionality [B]ThickBox [/B] [url]http://jquery.com/demo/thickbox/[/url] or [B]GreyBox[/B] [url]http://orangoo.com/labs/GreyBox/[/url] there are some more on web you may find by searching on google or other search [B]Tip:[/B] for FLV File you should use … | |
Re: HI Arvind, well as I understand you want to set the input (Form element) "in_backgroundColor" value as same as div "pageSurround's" background color or javascript variable "color", if I am right then you can add these Lines in setColor function [CODE=javascript]var inputName = document.getElementById("in_backgroundColor"); inputName.value = color; [/CODE] or [CODE=javascript]document.formName.in_backgroundColor.value … | |
Re: Hi Ina, What type of data you are retrieving from database ? you can use FCKEditor or TinyMCE for WYSIWYG Editing. TinyMCE : [url]http://tinymce.moxiecode.com/index.php[/url] FCKEditor : [url]www.fckeditor.net[/url] Hope this will help you, Rahul Dev Katarey | |
Re: hi, which web server you are using ? do you have installed IIS or Apache with PHP? Rahul | |
Re: [QUOTE=!Unreal;796032]I need to use ajax to make this whole process smoother. Here is a demo: [url]http://www.theflickzone.com/dev/[/url] If anyone can do this for me I will pay a few $ via paypal to say thanks :) Contents of index.html [code=html] <form action="return.php" method="POST"> <p>IMDB URL: <input type="text" name="imdb" autocomplete="off"></p> <p>Links(line by … | |
Re: Hi there, i have seen you code and there is some errors in code, see this code block, hopefully this will helpful for you [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=utf-8" /> <title>Untitled Document</title> <link href="style.css" rel="stylesheet" /> <script> function add() { … | |
Re: post your code here so that we can help you, | |
Re: hi, you can use AJAX for the same, or you can send the QueryString to the page which will have the id or other tables image, like yourPage.asp?ID_of_table1Image=2& current_imageID_of_table2=5 post your code here so that we can help you in more detail... Rahul Dev Katarey | |
Hi, My computers Hard disk was crashed last month then i have taken all the backup of data from computer on CD/DVD And my laptop. and replaced the hard disk and reinstall the XP but now some of the CD/DVDs are not readable by XP, i mean now some CD/DVDs … | |
Re: Hi there, try this code("Function") this may help you [B]JavaScript:[/B] [CODE] <script type="text/javascript"> //<![CDATA[ <!-- function addDate(){ var d=new Date(); var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December"); var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear(); var selectBox = document.getElementById("test1"); var optn = document.createElement("OPTION"); optn.text = TODAY; optn.value = … | |
Re: Hi there, please post your code here... so that we can see whats going wrong in function or in html where you are calling the function... Rahul Dev Katarey | |
Re: Well its seems that from your IIS Active Server Pages are not allowed in web services extensions, to Allow the ASP Go to IIS Manager and see left side in tree view you'll find "web services extensions" Click on it and you now the right side window there look for … | |
Re: Hi, are you asking [B](search engine friendly)[/B] :icon_question: if yes then I don't think that search engine care about margins! because search engine not render html but read html Rahul Dev Katarey | |
Re: Hi There, I have Seen your Code and found that you are using frm.submit() function, in this function "frm" is the name of the form which you want submit, but you haven't define any name in form tag, This Code Will Work [CODE]<form name="frm" action="test.asp" method="post"> <select name="optval" onchange="frm.submit()"> <option … | |
Re: Post your Code here that will help to know what is the problem there! Thanks | |
Re: Hi there, This Post may Help You :[url]http://www.daniweb.com/forums/post154444.html#post154444[/url] | |
Re: Hi There, Try This Code JavaScript: [CODE] <script type="text/javascript"> function valueChange(){ textBox1 = document.getElementById('textBox1'); description = document.getElementById('description'); textBox1.value = description.value.length; } </script> [/CODE] HTML: [CODE]<input type="text" name="description" maxlength="30" id="description" onkeyup="valueChange()" /></td> <input type="text" class="counter" readonly="readonly" id="textBox1" />[/CODE] Rahul Dev Katarey | |
Re: Hi There, I have Made Very Basic Example for you that will help you to understand how to use confirmation Box (confirm() JavaScript) in PHP here is the code : test.php [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=utf-8" /> <title>PHP Page</title> <script … | |
Re: Hi there, well you may uses this script to create the tables of 1 to 100, [CODE]<html> <head> <title>Tables 1 To 100 </title> <script language="javascript" type="text/javascript"> for (i=1;i<=100; i++) { document.write("Table of: "+ i+"<br />"); for(j=1; j<=10; j++) { document.write(i + "X" + j +" = " + (i*j) + … | |
Re: Please post your code here so that will help to know is somthing wrong in it or not, I have used transparent PNG and PNG Hack for IE 6 or less and thats work fine, I don't know but without seen code I can't say whats going wrong... | |
Re: Hi There, well if I am understanding in right way so you have no need to put three cell you may use image align = left for require result here is the sample code : [CODE=html]<table width="50%" border="0" cellspacing="2" cellpadding="2"> <tr> <td style="padding:15px; text-align:justify;"><img src="images/img02.jpg" alt="image" width="294" height="402" align="left" style="padding:15px;" … | |
Re: Hi there, If you are learning HTML then its nice work, Good Code actually, just I have some suggestions for you 1.) An "id" is a unique identifier. Every time this attribute is used in a document it must have a different value. If you are using this attribute as … | |
Re: This Code may help you [CODE] <script type="text/javascript"> window.onbeforeunload = function (evt) { var message = 'Are you sure you want to leave?'; if (typeof evt == 'undefined') { evt = window.event; } if (evt) { evt.returnValue = message; } return message; } </script> [/CODE] | |
Re: Hi There, I have made very simple login module [B]("Very Basic")[/B] but will useful to understand how to develop login module, I have Attached working files with this post. hopefully this will help you to learn :) Rahul Dev P.S. useful Thread [url]http://www.daniweb.com/forums/thread69174.html[/url] for you | |
Re: Hi Jake, you may use thickbox for this effect that is very easy to use, :) URL for thickbox website is :[url]http://jquery.com/demo/thickbox/[/url] there many more solutions like this on web that you may search use normal language for search, Hope this will help you ;) Rahul Dev | |
Re: [QUOTE=cscgal;195561]Is it possible to make an entire [INLINECODE]<div>[/INLINECODE] into a hyperlink using CSS only, as can be easily accomplished with mouse events in JavaScript? I'm assuming it's too good to be true since CSS isn't interactive? Nevermind ... I guess I just answered my own question :([/QUOTE] Hi, Sorry to … | |
Re: This Code Will Help You, In this page middle_Div will always center aligned (vertical and horizontal) even web browser resized, there may many more ways to do this, but this is first which I have got in my mind after seen you post, and its easiest way (I hope) ;) … | |
Re: Hi, well facebook scripted using PHP/MySql, most probably its on Apache web server (not sure about the server and database) you may use PHP/MySql or ASP.NET/Sql Server etc. to develop the site like this, PHP/MySql will be the Good I think Rahul [url]http://www.katarey.com[/url] |
The End.