|
I would assume he wanted to copy values between windows...
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
no
Suppose a webpage has a textbox and button and an area which shows results after calculating the value that we entered in the textbox after clicking the button.
This same thing.... i need multiple times ....in another webpage.
so that i can c the results of different queries in one single page... right ..
hope u understood .. if no revert back for clarifcation
|
|
|
|
|
Can you use a drawing to illustrate what you are trying to do?
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
OK
One webpage which shows results according to the data put inside the textbox.
There is nothing apart from that inside that website.
I want another website which shows same textbox and corresponding result (same thing multiple times)
So that i can able to get the result of different values inside the different textboxes by a single refresh of webpage
Now revert if diagrams needed !!
|
|
|
|
|
Please draw an image.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
If i am not wrong, you are looking for following solution.
1- Create a page and use Webclient DownloadData method to extract the html from the required page.
2- Create a page with multiple frames or iframes and set the url of previously created page.
Regards
Prakash
|
|
|
|
|
I haven't compleatly understand this .. but some what this is right !!
Is there any meathod to do this .. without using code..
i mean some services by some sites ??
|
|
|
|
|
i ll draw .. wait for some minutes
|
|
|
|
|
Sounds like you want to build a control ( assuming a framework that allows this, such as ASP.NET ), and use it over and over in the other page.
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
|
|
|
|
|
|
Hi everyone,
I know that Roman Kiss has written a very outstanding article regarding the above mentioned title....but it is a little bit to complicated for me. Does anyone know of a more simplified method of getting it working. I would like client to call a asp.net web service which in turn call a remote object....the object should then be passed back to the client's pac for processing...your help will be much appreciated. 
|
|
|
|
|
Hi guys,
I need an image scroller for my site. I google around a bit and came across this one
This One
Its okay apart from a slight problem. I need to to scroll across a particular width and not the whole width of the page. I got around this by placing the scroller inside an iframe. However, I don't want this. i want it to be on main page. Is there any other scroller. I've searched and searched and still haven't found a solutions. Could someone help me out here?
|
|
|
|
|
How hard could one of those be to make? It just adjusts the styles of the image to move them to the left. You could proably program this very easily.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
u can also use marquee tag to move around
<marquee width="75%">
Hello, World
< / marquee >
try this...
Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in
|
|
|
|
|
If you want to use outdated IE only markup.....
|
|
|
|
|
Hi all,
Does anyone know what are the advantages & disadvantages of using css positioning (css tables - div) instead of html tables, especially the disadvantages of css tables and advantages of using html tables, taking into consideration that am working on dynamic and big asp.net projects that contains alot of user controls with alot of inside controls (textboxes, labels, dropdowns, ...)
Thanks in advance
|
|
|
|
|
MayyMagdy wrote: especially the disadvantages of css tables and advantages of using html tables
You mean CSS layout that does NOT use tables, but archives the same thing as tables. (?)
Only advantage of html layout I can think of is that in some older browsers CSS support can be bad. Umm, yeah. That's all.
CSS layout is better semanticaly, its easier to read/modify, creates smaller pages... by all means don't use table layout but CSS layout. Tables are meant and best used for displaying tables.
edit: by "some older browser" I mean really historic browsers. For wide-audience sites CSS support is VERY resonable browser requirement. That may not be true in some cases of intranet application, if company is for some reason using really old browsers. But
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
|
|
|
|
|
This might help!
Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.
|
|
|
|
|
Table based layouts works better in some old browsers from a specific era, that have partial css support that prevents css layouts from degrading gracefully. Netscape 4 is the most common example of a browser like that.
For other browsers, i.e. all modern graphical browsers and also browsers that doesn't support css at all, a css layout works best. This includes browsers without a graphical interface, for example how blind people experience the web.
Table based layouts was a revolution for the web, as it allowed for layout in web pages at a time when layout wasn't really supported by html. That time was in the middle of the 90's. That was then, and this is now, when we have real tools for layout so that we don't have to use tables to fake it.
---
single minded; short sighted; long gone;
|
|
|
|
|
Thank you all for help, but still have some questions. about css layout as i know it is based on absolute positions, does this means that if i want to change position for one control or its width this will affect page layout and i'll have to change position of all other controls in this page??????
also i found this article: http://www.decloak.com/Dev/CSSTables/CSS_Tables_01.aspx
any comments on it???
-- modified at 7:39 Wednesday 7th February, 2007
|
|
|
|
|
MayyMagdy wrote: about css layout as i know it is based on absolute positions
You can use absolute positions if you like, but generally you should avoid that.
does this means that if i want to change position for one control or its width this will affect page layout and i'll have to change position of all other controls in this page?
That's why you should aavoid absolute positioning.
also i found this article: http://www.decloak.com/Dev/CSSTables/CSS_Tables_01.aspx
any comments on it???
Mostly bullshit, IMHO. A lot of opinions and very little substance. Take a look at what they are selling, and consider if they are interrested in web sites that are easily maintained, or websites that needs their product for maintainence.
---
single minded; short sighted; long gone;
|
|
|
|
|
without reading furthur
i will like to say...
u have to mess ur head when u have to display ur page using CSS in multi browser... u will be deadlike... belive me.. it is very good , but as a implementation is concerned, always simpler path.
Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in
|
|
|
|
|
Hi,
I have been setting up a support web site for my company for a while now and after a recent meeting I have been asked to set up a bit more functionality on the web site.
Before I ask the question, what I have so far is a SQL database made up of several fields such as ID, Problem and Fix and I use ASP to pull information from this database and display it from a ver basic crude search engine.
This all works okay but what I have been asked to provide now is the ability to email the information that is pulled from the database to a customer.
I have tried various methods to do this using an html email form and dropping the information into the input field before emailing it. This failed for two reasons the first been the HTML tags were displayed among the text and second I was not able to manually enter the email address I want to send it to.
I then had a dig around for a while and found some ASP code that looked to do what I required but when I tried it the email was not been sent and I have my doubts it would have included all the text I wanted to send.
Please help
Anthony
Email form:
<%@LANGUAGE="VBSCRIPT"%>
<%
Dim email
Dim email_numRows
Set email = Server.CreateObject("ADODB.Recordset")
email.ActiveConnection = MM_freqs_STRING
email.Source = "SELECT * FROM dbo.faqs"
email.CursorType = 0
email.CursorLocation = 2
email.LockType = 1
email.Open()
email_numRows = 0
%>
Email To:
From
<%=(email.Fields.Item("problem").Value)%>
| <%=(email.Fields.Item("fix").Value)%>
|
<%
email.Close()
Set email = Nothing
%>
Mailing code:
<%
'Sends an email
Dim mail
Set mail = Server.CreateObject("CDO.Message")
mail.To = Request.Form("To")
mail.From = Request.Form("From")
mail.Subject = Request.Form("Subject")
mail.TextBody = Request.Form("Body")
mail.Send()
Response.Write("Mail Sent!")
'Destroy the mail object!
Set mail = nothing
%>
|
|
|
|
|
Hi All,
I have made some progress I can now get an email to go to where I want but it does not contain the text in tne table, is this possible?
New code:
<%
Dim ObjSendMail
Set ObjSendMail = CreateObject("CDO.Message")
'This section provides the configuration information for the remote SMTP server.
ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'Send the message using the network (SMTP over the network).
ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") ="192.9.200.14"
ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = False 'Use SSL for the connection (True or False)
ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60
' If your server requires outgoing authentication uncomment the lines bleow and use a valid email address and password.
'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 'basic (clear-text) authentication
'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="me@here.com"
'ObjSendMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") ="whatever"
ObjSendMail.Configuration.Fields.Update
'End remote SMTP server configuration section==
ObjSendMail.To = Request.Form("To")
ObjSendMail.From = Request.Form("From")
ObjSendMail.Subject = "Support Reply"
' we are sending a text email.. simply switch the comments around to send an html email instead
'ObjSendMail.HTMLBody = "this is the body"
ObjSendMail.TextBody = "this is the body"
ObjSendMail.Send
Set ObjSendMail = Nothing
%>
|
|
|
|
|
Hi .Net techies,
this is kiran, i have developed a web application (ASP.Net,C#) for PDF Files using iTextShap. I got all the things what i want, except one situation where i need to restrict the client "saving the pdf file".
I have given a hyper link to the pdf file. For that i wrote javascript function in that i used this code
window.open('PDF file path');
when the pdf file is opened upon client requiest(i.e. on clicking the hyperlink) i am able to restrict the client for printing but unable to restrict Saving of pdf file.
if any body have an idia regarding this plz help me.
thanks
regards Kiran.
|
|
|
|