137 Posted Topics
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] | |
Re: You can use HTMLArea in place of textarea you may find this on search engines some are free as well you can see the live example here in Daniweb.com see the Quick Reply or Advance Reply box Regards, Rahul | |
Re: Hi if still facing the problem so, just add "/" in the file path now AS should looks like: actionscript reads; on(release){ getURL("/Video/video1.htm"); } this will work for you ;) thanks Rahul | |
Re: this link not working : gabinet.atspace.com Please clear what is the problem so we can help you | |
Re: Hi There, well you can make table width="100%" instead of width="501" to make table flexible, I have Attached the code with this reply hope this will helpful for you regards Rahul | |
Re: Hi there, Use This function : [I][B] If you wanna use form[/B][/I] [B]JavaScript :[/B] [code]<script type="text/javascript"> <!--// function confirmation() { var confirmMe= confirm("Do you really want to Delete??"); if (confirmMe== true) { return true } else { alert("Action Aborted By User!") } } //--> </script> [/code] [B]HTML :[/B] [html]<form action="" … | |
Re: Hi there, have you tried to make this work? ;) well here the way do do this : [B]ASP :[/B] [CODE]<% 'declare variables Dim connstring, cn, rs 'Connection String connString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/conn/db1.mdb") Sub OpenDataBase() Set cn = Server.CreateObject("ADODB.CONNECTION") cn.open connstring End Sub 'Open Database OpenDataBase() 'Create Recordset set rs … | |
Re: HI There, there was some probs. in CSS use this and you probs will gone, i have only rectified your main prob. make some fotmatings :) [HTML]<!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>Untitled Document</title> <style type="text/css"> <!-- body { height:100%; … | |
Re: HI. its simple add a field in user table named "Status" and at the time of user registration insert "Pending" in that field then make a form in administrators CONTROL PANEL From where administrator can update user record, administrator will update this field with Accept or Decline, or completely delete … | |
Re: Hi there, Sure you can one way encrypt any string using asp this article will Help you, [url]http://www.dotnetindex.com/articles/3554_How_to_Encrypt_String_Using_MD.asp[/url] Regards, Rahul Dev Katarey | |
Re: Try This [B]Style :[/B] [HTML] .win { width:33%; float:left; overflow:hidden; border:1px solid #000; }[/HTML] [B]HTML[/B] [HTML]<div class="win">Left</div> <div class="win">Middle</div> <div class="win">Right</div> [/HTML] Regards, Rahul | |
Re: Do you know any server side scripting like PHP or ASP ? | |
Re: Hello there, I think, Catherine wants to put alternative content for flash when flash is blocked at client side, please see this article, it may help you [url]http://www.seoconsultants.com/articles/2598/flash/[/url] Best Regards, Rahul | |
Re: Well, please show the code, so we can help you to rectify the problem, Rahul | |
Re: Hi There, Please clarify the question, I am not getting you, Rahul | |
Re: Hi there, Well, i am view the anchor is the best way to go on the top or any specific location on page, that is the neat way ;) The Anchor object represents an HTML hyperlink. or each instance of an <a> tag in an HTML document, an Anchor object … | |
Re: Hi there, you can create the website presentation using Flash or Camtasia Studio, Rahul | |
Re: Hi, well you can do this by using JavaScript function or simply with title attribute of link (<a></a>) tag, Rahul | |
Re: Hi there, this will help you understand how to create login page using ASP & ACCESS, [INLINECODE]<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'This is first condition which will check user clicked on submit or not If Request("Submit") = "Submit" Then 'Creating variables dim fuser, fpass, duser, dpass 'Assigning Value to the variables which … | |
Re: Hi Anish, Well Its very much possible to create questionnaire using ASP as you want, and here (daniweb) many developers can create this, but we are here for help, just start coding and if stuck somewhere so feel free to ask for help, this way you can learn and gain … | |
Re: Hi there, this will work for you, the css class is right, [HTML]<style> <!-- .pullquote { width: 145px; background:gold; color:black; float: right; border:1px solid maroon; font-weight:bold; line-height:140%; padding:5px; margin-top:10px; margin-left:10px; } --> </style>[/HTML] Regards, Rahul | |
Re: Hi there, you can find all information from Adobe website, here is the URL of adobe web site [url]http://www.adobe.com/[/url] ![]() | |
Re: Hi there, Well there is nothing big problem with code :) Just Missing ";" semicolons and field names should not be the numeric Here is the working code [HTML] <!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>Personal Stress Calculator - Longer, … | |
Re: hi, I think the HTML Page is in other folder. thats why you are facing this problem, you can put that files in same folder where the HTML file is or in flash skin.fla edit and ad the complete path I mean like this"/folderName/01.swf", that will work ;) hope this … | |
Re: This Article May Help You [url]http://access.databases.aspfaq.com/why-do-i-get-general-error-unable-to-open-registry-key-driverid.html[/url] | |
Re: Hi, Yes this is possible by server side scripting like asp or php Do you know any server side scripting? Rahul | |
Re: What you do you want to improve "Design" or "functionality" ? | |
Re: for layout you can use CSS, and for vote function you will need to use php with mySQL or asp with MS Acces (server-side scripts with database) | |
Re: Most probably you are getting the URL of the page where this script placed! If yes so, You can use the hidden field in the form to store the URL then use the into asp script you can add this line in html form, [CODE]<input name="urlHolder" type="hidden" id="urlHolder" value="<%=Request.ServerVariables("URL")%>">[/CODE] and … | |
Re: [QUOTE=cancer10;285194]How do I convert [B]12/15/1985 [/B]to [B]15 December 1985[/B] format using classic ASP? Thanx in advance[/QUOTE] By Using FormatDateTime(date,format) Function : [CODE] Response.Write(FormatDateTime(#12/15/1985#,vbLongDate)) or Response.Write(FormatDateTime(#12/15/1985#,1)) [/CODE] output will be :- Sunday, December 15, 1985 | |
Re: Hi there, Actually the JavaScript is there and its working well, but which Attribute you want to add in textfiels that doesn’t support! With this tag ([B]rows="2" cols="40"[/B]), you should use the textarea for this functionality, [HTML]<!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; … | |
Re: you are using label attribute in option which will be preferred by IE 7, if you want to show “This is a test” so use this in label=” This is a test” or remove label attribute from tag actually label attribute use in <optgroup> label - Defines a label to … | |
Re: [QUOTE=John McGeary;280350]Hello all! I am not a computer geek! I just need a little help with aonMouseOver project that I am working on. I want to place a discription of an image when the mouse is rolled over it in a text box alongside the image.Can anyone help?[/QUOTE] Hi there, … | |
Re: It’s only due to the security reason, actually the html you are sending that’s sent with mail but blocked by the mail client. you can send the links on tables, but flash will not work due to the security reasons | |
Re: Hi there, what problem you are facing in it ? To make more convenient to read the code. Actually right now I haven’t read your code, after reading I'll try to come with some help | |
Re: And for Global change you can use this [HTML]<style type="text/css"> <!-- input { text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; } --> </style>[/HTML] | |
Re: Hi There, Well code that wrote by vishesh doing the same thing that you want :) Just he miss ";" two place, just add and code will run And you can use the this code as well [HTML] <!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 … | |
Re: hi, !important is not a property nor is it a value. It's more of a "declaration". Its function is to set overriding precedence when there are conflicts in properties between competing classes. see this: [url]http://www.w3.org/TR/REC-CSS2/cascade.html#important-rules[/url] [url]http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/[/url] [url]http://www.soxiam.com/Code/UsingImportantRuleInCSS[/url] | |
Re: H there, it's very common Question, well you may find the answer in this post, [url]http://www.daniweb.com/techtalkforums/post154444.html#post154444[/url] Actually you need to add the WMODE parameters to the HTML code Where you are embedding the flash, Best Regards, Rahul Dev | |
Re: Hi there, Well your both post are similar, for answer you should review the you last post, ok here the some examples:- img tag [CODE]<img src="Location of you Image" alt="alternate text" border="0" />[/CODE] Examples 1: When the HTML Page and the image in same folder [CODE]<img src="image.jpg" alt="My Image" border="0" … ![]() |
The End.