Cross Language Variables

Can anyone tell me how i can access the value of a variable created in javaScript, within an ASP statement and vice-versa if poss??

View Replies


ADVERTISEMENT

Passing Variables Cross Domain

I'm wondering if it is possible to have an ASP page that "links" to another ASP page on another domain that is generating variables (in the form of a URL string)?

iframes can connect to the ASP file on another domain, however, I don't know how to access that data in ASP.

View Replies View Related

Cross Domain

I have a swf file in one domain and an ASP file in another domain; the swf doesn't not receive the variables form the ASP, how can solve the problem with crossdomain policy?

View Replies View Related

Cross Browser

My code works in IE but not in Netscape. Can someone let me know what should be done in order to view the javascript function also in Netscape. Thanks.
Script:

Quote: <script language="javascript">
function showurl(v){
var layers = document.all.tags("DIV");
layers['show'].style.visibility=v;
}
</script>
Form:

Quote: <input type="radio" name="check1" value="1" onclick="showurl('visible')"> View all Links
<div id="show" style="visibility: hidden;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.myurl.com'
target="_blank">www.myurl.com</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.someurl.com'
target="_blank">www.someurl.com</a>
</div>

View Replies View Related

Cross Domain Cookie? By IP Perhaps?

Anyone know of a way to allow a cookie to be read by multiple domains, or even better a specific IIS server IP? We're looking to track users across multiple domains within our website group.

View Replies View Related

ASP To Cross-domain Access

We have web server A, sitting outside out firewall in the DMZ
Database server (FoxPro) B, sitting inside out firewall
No trusts, seperate domains.

Webserver A, running just ASP (No ASP.NET) needs to access a DB on B, but
just times out
with no error (bottom of page says done).

I have a strong feeling it is because we need to do cross domain pemissions.
I know how to set this up for ASPNET, but not just ASP.

View Replies View Related

Cross Domain Page

anyone know how to include a cross domain page?

eg: www.mydomain.com/index.asp, want to include www.yahoo.com page.

View Replies View Related

Cross-Site Scripting

I have a web application mainly written in ASP. How can I prevent my pages like login.asp and other important pages from Cross-site scripting malicious attacks. What precautions should I take ?

View Replies View Related

How To Write Into A Cross Subdomain Cookie

I manage a site with a normal address like: www.mysite.com
I'm using a cookie to store nicks of my users, with a code like this:
----
Response.Cookies("mycookie").Expires = #January 1, 2030#
Response.Cookies("mycookie").Path = ""
Response.Cookies("mycookie").Secure = FALSE
Response.Cookies("mycookie")("nick") = nick
----

and I'm deleting it, if a user wants so, with:
----
Response.Cookies("mycookie").Expires = #January 1, 2003#
Response.Cookies("mycookie").Path = ""
Response.Cookies("mycookie").Secure = FALSE
Response.Cookies("mycookie")("nick") = ""
Response.Cookies("mycookie") = ""
----
(I know, there's too much stuff in the delete procedure!)

Now I'm going to open some new sections of my site, with subdomain
adresses, like search.mysite.com, shop.mysite.com... and I need that
cookie authentication for the main (www) address is working also in
these subdomains.

I red on the Internet that with the DOMAIN property, I can set my
cookie to make it work for every subdomain, with something like:
----
Response.cookies("mycookie").domain = ".mysite.com"
----

.... and it works!
My problem is when I try to DELETE it: after I set a cookie with
..domain property, it seems to become "read only": any my attempt to
delete (or modify) it seems to be ignored.

Results are the same when I try to write it from the subdomain that
created it (www), or when I try from the "chief" address (mysite.com,
without any subdomain).

Where's my mistake?

View Replies View Related

Cross-Platform Session State

At risk of being flamed for mentioning the N-word here ...

Has anybody yet cracked the knotty problem of sharing Session
state between ASP and ASP.Net sites (within the same domain)?

Last time I looked, the two Session() mechanisms were totally
divorced and separate, making step-by-step conversion of Session
-dependent web sites from ASP to ASP.Net all but impossible.

View Replies View Related

Cross Contamination Of Data Between Forms

I have just taken over an ASP application that has a form whereby the user on entering details submits it, where an administrator approves the form. lately I have been getting calls from people who on opening a Finalsed Form (non-editable) to copy similiar data to the new form, are finding the new form disapearing and the Finalised form taking on the new data.

Being new to ASP, I am assuming this would be a session thing, considering the Form number is held in a session variable, as are many other fileds of the form? Is this a common "break" in ASP - a user opening another copy of a form and ending up with cross-contamineted data? I havent included intracate details as at this stage I wouldnt know what to include without including the whole 20 pages of 1300+ lines of code...

View Replies View Related

Cross Domain Update On The Database

Im in contact with the developer who built the other website and he is being helpful in writing the code on the payment confirmation (which only he has access to).

I need to be able to update my database when an order has been completed (from the confirmation page on the other domain). Can you update an access db from another domain? if so are there any security issues? what, if any, permission do i need to set up ie: on the database or on my domain? what is the code to do this?

View Replies View Related

Cross Server Database Communication

I am trying to find a way to make an asp page on one computer access a database stored on a different computer and perform numerous operations on it. I am unsure if this is possible as up til now I've always used a database in the same folder as my .asp pages. Can anyone provide some insight into this?

View Replies View Related

Create Cross Domain Cookies

What libraries would I need installed, or what configuration to the server is needed, to allow me to set a cookie on 'site1.com' that can be read on site2.com

No log-in, just using a cookie from a form on site 1 (name) and being able to print out their name on site 2, without messy querystrings. Is this possible? I cannot find proof that this is supported.

View Replies View Related

Cross Domain Cookie Handling - No Redirects

Does anyone have a successful experience in using XMLHTTP or ASPtear to read
a cookie on another domain? Can it be done at all using these or similar
technologies or can it only be done using the redirect trick?

View Replies View Related

Language

I have a problem with displaying data from a database where text is written
in slovenian and in czech. The accents aren't displayed. What can I do to
display all the accents in Slovenian and Czech?

A word in the database: prijímání (f)
Displayed on my ASP page: prijímání (f) (the accent at r is missing)

My database is a Access-2000-database. All the accents are displayed in the
database.

View Replies View Related

Which Language To Use?

I really want to build mine using classic ASP as this is the language my trusted friend has a talent for.This seems to make sense in the short term. However I worry about the lack of social networking sites built with ASP.

There must be reasons for this. So plan to recode using PHP and transport existing database across once I have earnt enough from the website to pay for the services of a qualified person.Is this plan sensible, should I stick with my friend and ASP OR should I code with PHP from the start?

View Replies View Related

Which Other Language Is Like Asp

I have built a couple using a little ASP code for example the 'include' comand. The server I am using obviously supports ASP but I want to move to another host but they dont support ASP.

What other language would be similar to ASP. The new hosting site supports cgi, php and ruby. I know nothing about any of these. I may want to be able to access a database in the future or add a message board to a site so the language needs to be a bit interactive.

View Replies View Related

More Than 1 Language

I'm looking for the best solution, for example, I don't know if it's better to have all the text in the page in all languages and then select it with a querystring:

page.asp?lang=1

And in the code:

lang = CInt(Request.QueryString("lang"))
If lang = 1 Then
' xhtml for language 1
else
....

I don't consider this a good solution, it's a nightmare to update.Maybe storing text in a database? XML? I would like to hear your suggestions and opinions about best methods.

View Replies View Related

Multiple Language

how to have multiple language asp pages? For example, you have a database driven website that you want customers around the world to use. How do you setup the asp pages so that it is easy to change the text based on where the user is
connecting from?

View Replies View Related

When To Write <%@ Language

Since ASP server scripts use VBScript by default, does it mean it is
redundant to put the following in ASP page? Then when do we need to use
this? In client-side VBScript?

View Replies View Related

Multi-language

I was trying:
Code:
<!--#include file="lang/<%= Request.QueryString("lang") %>.asp"-->
But it doesn’t work.

View Replies View Related

Asp : Is This A Similar Language To Php

I have learnt how to use some aspects of php. But have got a little stuck on databases. Are there some easy examples to follow from the internet on how to modify databases in asp?

Is asp very similar to php? In the sense that you can achieve the same things with it?

is there an online dictionary that I can use to learn asp? especially one that can be kept and stored offline(I am not on the internet at home)

View Replies View Related

Language Setting

I have no idea what would cause this because my system setting is set to English and all of my other programs that use the date and time are doing it in English but my ASP seems to be giving me the date in Italian
For example..

WeekDayName(WeekDay(Now())) = venerdě instead of Friday.

View Replies View Related

Change Language

I have some dynamic pages like asp files and the data comes from database.
What I need is to display the page content to diffrent languages.
Suppose user selects Germany and the page content changes to german language.

View Replies View Related

Language Detection

Is it possible to detect browser/system language with:

Server.CreateObject("MSWC.BrowserType") ?
~

View Replies View Related

Toggle Two Different Language

What's the best way to toggle two different language on
the web site using asp. Some web sites seem to store
html links in database and call it on demand. Please
advise and show the best way to program it.

View Replies View Related

Multilingual (more Then One Language )

I want to make a website both in English and in French, I dont know how to design the database (same for both ) or different.

Can anyone of you suggest me how can i make a website for more then one language.
The two versions of the website will have both the graphics and contents different and there is a search option too.

How can i search an english database with a french keyword?

View Replies View Related

English Language CD

My set of .NET 2003 CDs has 2 .net cds; 1 prerequisite cd; plus msdn. I get to a certain point in the installation and it prompts me for the English Lanaguage CD and I don't know what this is. I bought the set from someone who didn't want them any more - did I not get one of the CDs?

View Replies View Related

Using ASP Language JAVASCRIPT

seems like alot of things in ASP VBSCRIPT dont have equals in ASP JAVASCRIPT. tryign to do a lowercase on a string
"101:121:212 ABCA"
so it becomes
"101:121:212 abca"

LCASE doesnt work , get error so i assume its not in the JScript version of ASP.

View Replies View Related

Watermarking On The Fly In An ASP Language

I want to watermark images already on the server, on the fly as they're being called. I've found some PHP scripts that do it but I need them in an ASP environment using either VBScript(preferred) or Javascript. Anyone have any ideas or suggestions?

View Replies View Related

Language Convertion

How can i convert my site in to language. Just like http://www.Google.com

View Replies View Related

Learning The Language

I'm sort of trying to force my way through some manuals and w3schools trying to pick up asp. i'm farmiliar with PHP so i figure it will be a breeze there's just one general theory idea i don't understand. if ASP can be written with either javascript or vbscript. then is ASP just adding the <% %> tags around the code?

something like "Session.Timeout" or "response.write" this doesn't look like VBScript to me. are these elements of ASP, VBScript, or something else?

I hope you can understand my question.I'm sort of confused with the languages / where to look to find information because i dont know what to look for.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved