File Browser / Wysiwyg-textareas?

I want to force the users of my company's intranet to follow my templates by storing the contents of webpages into a database, so now I'm developing a webinterface for them to edit it. I've run into two initial problems. I want the user to be able to add pictures to the page, but I don't know how to make my asp open a file browser for them and retreive the adress as a string. Is there an easy way? Secondly, I'd like them to be abled to add some styles and stuff to their text, but can I get a wysiwyg-textarea that displays underlines and italics and stuff(like this one, btw)?

View Replies


ADVERTISEMENT

Formatting Textareas

I made a simple update page for people post quick messages. However, I'm having problems on formatting. Before I insert into the MySql database, I replace all the ' with ', but how do I keep it looking the way they typed it?I need to know how to enter
where they pressed enter, etc. Once it gets inserted, it mashes the whole string together.

View Replies View Related

Two Textareas On Form

I have a recordset of patient accounts, that need to be assigned to doctor accounts.I need a text area (or multiple select) on the left, with "all" patient names. On the right I need the same type of box, except with only patients currently assigned to the doctor.

In the middle are two buttons, left arrow & right arrow for moving the patients between the two text areas. When the form is submitted the new patients are added/subtracted from the DB accordingly.

I am using Classic ASP/MySQL. the DB stuff is not a problem for me, just the UI. I'm guessing it's more of a Javascript thing then ASP, then again maybe someone knows a nice way to do what I'm trying to do with AJAX?

View Replies View Related

Display File In Browser

Can anyone tell me how can i use ASP to display a file in the web browser?
the file is located on the server in C: emp directory. It can be any file.
Is there any way that i can do this?

View Replies View Related

Include Different Asp File, Browser Based

I have different asp files to "include" in asp page, depends if the browser is IE or not. The browser detection is not the problem of course. I would like to know how can I include the right file, based on the browser detection.

In partly free language I need:

IF (IE) ->
<!--#include file="x.asp"-->
else
<!--#include file="y.asp"-->

I have tried to test something simple in an asp page, but not working (not too surpriseingly)

<body...>
<script language="javascript>
<!--#include file="../menu/menu.asp"-->
</script>

View Replies View Related

Open A PDF File Inside Browser

I have a asp web page with a link point to a file which depend on the database information. Sometime is a picture file sometime a word and some time is a PDF file.
For picture file, when user click the link, it will open the picture inside the IE browser. Now here is my problem:

On some of the computers, for PDF file only, it opens outside of the IE browser. Like the Acrobat program is not in the browser. With the same code, some computer works good. But I want to force it open inside the browser. why and how to fix it?

View Replies View Related

How To Make ASP Page To Let Browser Upload File

how to make asp pages that could let people to upload files. I use Macromedia Dreamweaver and there is a form for file field, but it doesn't has any help function on how to do it.

View Replies View Related

Loading Content Of *.txt File Via Asp Dynamically To Browser...

I'm using a flat text file in place of sessions to run my shopping cart. I have a couple different asps' that manipulate the session file to preform tasks like deleting items and updating quantities. The file stores one product along with the user selected options per line so it looks something like this:

product, color, qty, unit_price, selection_total |
product, color, qty, unit_price, selection_total |
...

Code:

View Replies View Related

WYSIWYG.

What i want to do is make a popup that holds a string for the "hyperlink" window...

I have a popup to do this before, and it works perfecty, but in order to make it work, I have to know the adress of the box I wanna put the value back in to...

I have this so far :)

window.opener.idLinkURL.value;

But it will not work. Guess it is wrong adress for my input box. maby some strange adresses since i'm using a editor...

View Replies View Related

WYSIWYG For PDA's

I have an ASP page which is being displayed on PDA's. I need to find a WYSIWYG editor that will work with it. I tried using OPENWYSIWYG, but my site kept telling me the textarea field was blank (I guess it doesn't like the code).

View Replies View Related

WYSIWYG Editor

When it comes to making an WYSIWYG editor.. What I want is to create a simple editor to : Bold, Font Color, Underline, and automatically enter a <br> when a user presses enter to get to a new line.
Thats all I want.. I tried going through the tutorial here : http://www.devarticles.com/c/a/HTML/Building-a-WYSIWYG-HTML-Editor-Part-1/
but it doesn't provide <br> and doesn't seem to work in Firefox.
I am strongest with ASP, which is why I would prefer it written in ASP although I am unsure if it is possible to work entirely in ASP for what I need it for.

View Replies View Related

WYSIWYG & Database

I want to be able to create text in a WYSIWYG editor, such as this, which is fine, however how do I place the content in a database, i.e. Access, so I can then take that content out and have it displayed like it was entered? Any tutorials someone can direct me to?

View Replies View Related

WYSIWYG Editor

Well I've made my first 2 ASP pages!!! WOOT (or whatever them kids do) I'm calling my navigation into my pages. I'm wondering if anyone knows of a WYSIWYG editor for these 'includes' pages?

View Replies View Related

HTML WYSIWYG Editor

I need to add a HTML WYSIWYG Editor to my website,which must be able to edit dreamweaver templates. Which one would you suggest?

View Replies View Related

WYSIWYG JS Based Editor

I got 2 ASP/Javascript based WYSIWYG editor scripts which have insert table functions. But aftyer placing the text or Image in the table it is not possible to set the table boder 0. If set this first, as you know I am unable to view the coloms. If there any why we can bring the table outlines(like in front page or dreamweaver?).

View Replies View Related

WYSIWYG RichText Editor

I need to develop (or buy) a WYSIWYG editor to run on a browser to create documents to be printed locally just like a wordprocessor with the ability to have customisable page headers and footers, print preview, merge fields etc.

I've tried looking at products like EditWorksPro and RichText, these are great for creating content to be published on a website, but are rubbish for printing locally. Anybody got any ideas that might help?

View Replies View Related

HTML Mail WYSIWYG Component

Anybody know a good component for sending HTML mail with WYSIWYG? I am bulding a system with a lot of Mac (maybe old versions) Internet Explorer/Netcape users.

View Replies View Related

WYSIWYG Rich Text Editor

I need to build a rich text for a bit like this one here that i will the take the html and store in the database. I would like to know some good sample code or better still some tutorials to complete this well.

View Replies View Related

Web Browser

I have a simple ms access database front ended with simple asp pages using ms front page. I used the wizards to put it all together and I can send data easily enough using forms. I can recall the data using the data base wizards but I can't seem to design it to update the data once it's been submited. I've played around using sql update statements and modifying pages... but I gave up in the end.
how I can design an update page using ms front page??? It doesn't have to be fancy or complex... I'll work on making it pretty later.

View Replies View Related

How To : Web Browser

I have a website with a default webpage having an image. I am also having four(4) images.
I'd like when the user closes the browser and reopen it, it must load a new image.

e.g. The User open the browser for the first time - Loads Image1.
The User open the browser for the second time - Loads Image2.
The User open the browser for the third time - Loads Image3.
The User open the browser for the fourth time - Loads Image4.

The User open the browser for the first time - Loads Image1.

How do I go about doing that?

View Replies View Related

ASP Browser

I know I can do this using JS but can I do it using Vbscript? I want to check if a browser is NS4 or lower and if so to display a certain stylesheet. If another other browser then display an alternative (more feature rich) stylesheet

View Replies View Related

Browser

is there any way to know browser cookies are disabled and is there any way enable the cookies from asp code.

View Replies View Related

IE Browser

Is there a way to tell IE not to display URL links when a user hovers over a link?

View Replies View Related

Get IE Browser

in ASP Application can we get the application page by entering a single word in browser?
more clearly. see i have my application in www root. called "test" folder.

now if i am entering only "test" in internet explorer browser, how can it will take fist page of my application. my first page of appliation is "login.asp" from test folder?
please tell me how to implement it in ASP?send me the code.

View Replies View Related

Browser Statusbar

How can I get text to remain on the Browser's statusbar?
For example, if I'm saving data to a DB Table after a user
clicks a Button in the ASP page, I want the statusbar to
show something like "Save Successful" or "Save Failed" so
they know something happened.

Right now, I'm trying to use the windows.status property,
but it just flashes real quickly in the statusbar and
then "Done" is displayed.

View Replies View Related

Browser Detection & CSS

I have just uploaded my website and it looks fine in IE, but awful in Mozilla. I need to load a different CSS file according to what browser a user has. Does anyone have any code that will detect browsers and versions?

View Replies View Related

Asp Site As Web Browser

anyone knows a VBScript that acts as a webbrowser? I am
behind a firewall and my local machine is not visible to the internet,
but I have a access to some webspace with asp VBScript. With the right
script I could tunnel pages and sites from my local machine

View Replies View Related

ASP Function Browser

Does anyone know how can I get Visual Studio to show a classview-like
function browser for my asp files? (For VBScript functions.) It would be
enough if it showed the functions in the asp file I'm working on, even
better if it showed all the functions in all the .asp and .inc files in a
project.

View Replies View Related

Toolbar - Less Browser

I'm designing a small web application which is a table displaying live data
which updates every minute or so. This app is very small and will stay open
on a client PC's pretty much all day. So I was wondering if it is possible
to display it in a browser , without the IE toolbars, just like a fixed
dialog.

Am I making any sense ;-) ?Any ideas?

View Replies View Related

Browser Plug-in

We are trying to record browser information when a customer comes to our
site. I have been able to get most basic browser information using both asp
and asp.net. The only thing I’m missing is the ability to detect plug-ins.
Does anyone know how I can access the plug-in collection in IE? I have not
found any clear way of doing it on the internet I’m starting to think I am
headed down the wrong path. Maybe IE doesn‘t call it a plug-in collection?

View Replies View Related

Browser (and Other) Caching

I have a dynamic website system that my clients use to change their webpage
conten online. Sometimes the new change isn't visible right away to a
browser. I have the following in every webpage's <HEAD> section:

<META HTTP-EQUIV="EXPIRES" CONTENT="0">

which on previous investigation was supposed to be a solution for this. All
I want is a definitive solution so that when a browser makes a call to my
server for one of my pages, everything along the line that has a cached copy
of the page is going to say "Aha! The browser wants the latest version of
this page! I'm going to pass this request up the line to see if their is a
more recent version instead of sending it my cached copy". (Yup, that is how
browsers and ISPs speak to each other). What do I have to do to my webpages
to ensure this happens? At the same time, I don't want it to be getting the
page all the way from the server if the page content hasn't changed. In
other words, I just want the cacheing to work properly!

Sorry if this isn't an explicit ASP question but no one in the HTML groups
I've tried has any idea what I'm talking about and I'm hoping that those who
frequent this room will have a better handle on the whole
client/server/caching problem and the solution!

View Replies View Related

Virtual Browser

I have heard there is something called a 'virtual browser' which allows me
to check asp and html output on the complete range of browsers without
having to download each browser and version (side by side).I did a google
search and see a variety of links but nothing conclusive.
Is there a standard product experienced asp developers are using.can you
point me towards it?What are the limitations and challenges in using this product?

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







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