473,503 Members | 12,791 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to call an asp-page by a clientside Javascript (syndication)

Hello

I want to syndicate some content to other users. (no RSS)

Anybody should be able to publish some information from my
server/database by placing some javascript like:

<script language="JavaScript"
src="http://www.myserver.com/mypage.asp?param1=loremipsum&param2=dolorsit"></script>

How can I code an ASP-page (on my server) so it returns and inserts
information into a location in an existing webpage (other servers).

Anyone who can help me? A tutorial or some example code would be great

Thx!

dany
Mar 19 '06 #1
1 1656
Not sure I understand the relationship between the servers, but your asp can
access the parameters through:
<%
dim param1,param2
param1=Request.QueryString("param1")
param2=Request.QueryString("param2")
%>
What you do with them from there could be anything from display...
<% Response.Write(param1) %>
to inserting into a cookie, saving as a session variable, or inserting it
into a database... To help you further requires more information on what you
are trying to do.
--
Doug
Dougs Graphics
"dany" wrote:
Hello

I want to syndicate some content to other users. (no RSS)

Anybody should be able to publish some information from my
server/database by placing some javascript like:

<script language="JavaScript"
src="http://www.myserver.com/mypage.asp?param1=loremipsum¶m2=dolorsit"></script>

How can I code an ASP-page (on my server) so it returns and inserts
information into a location in an existing webpage (other servers).

Anyone who can help me? A tutorial or some example code would be great

Thx!

dany

Mar 23 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2294
by: Gary | last post by:
Dear Is it possible using ASP to call VB6 DataReport? if yes any reference of creating those com+ of DataReport and Call method? Gary
7
1642
by: William Morris | last post by:
So, what's the prevailing opinion regarding the use of the "CALL" keyword? I'm working with a third-party ASP application, adapting for our system, and the CALL keyword is used everywhere. I've...
3
2081
by: A. Nonymous | last post by:
Hello, I have developed a call tracking system for a small call center utilizing an ASP server and an MSSQL server where the call center reps use IE6 to enter in details of calls though the...
2
1905
by: Martin | last post by:
Does somebody knows, if there's a way to call the OnSelectedIndexChanged method of the dropdownlist by myself? Or does somebody knows a way, to raise the SelectedIndexChanged Event of a...
2
5570
by: markoZ | last post by:
Hi. We have developed a .NET web service. The service executes a SQL on the SQL server. The first call of the webservice takes very long but the other calls dont. Why is that and how can we...
4
1925
by: Eric | last post by:
Hi: Is it possible i call access form in browser. Thanks,
6
5279
by: fiefie.niles | last post by:
We have a C++ DLL that we call from VB6 program. This is how we declare the DLL in VB6: Declare Function RefSearch Lib "csearch32.dll" (ByVal path As String, ByVal findword As String, ByVal...
2
2887
by: vksundari | last post by:
I am executing a select query in a C# component and populating a ASP Grid in Search.aspx. Now one of the columns in the Grid in Search.aspx is Policy Number(hyper link) Basicallly I want to call a...
17
7088
by: =?Utf-8?B?SmltIFJvZGdlcnM=?= | last post by:
I am trying to replace a huge chunck of code that currently I incorporate with an #Include directive. The program rarely has to flow through that code, so I thought it would be better if I used...
7
17432
by: jp2code | last post by:
I've got a form that posts to itself when submitted. Right now, after the form is submitted, the code checks that all of its fields are valid, then processes the information. If all goes well,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7296
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7470
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5604
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1524
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
405
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.