Open .html file through regedit - html

I want to open my .html files in desktop through right click in IE. So I edit the regedit for IE in:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\test
so when I right click in IE window, it will has "test" menu, I want to open my test.html in my local desktop, so I put the value with:
C:/Users/test/Desktop/test.html
But when I click the menu, nothing happened. anyone know why?

You need to create an underlying new key called "command".
And have to edit the value data to "C:/Users/test/Desktop/test.html".

Related

How to add the images folder in ckeditor in html file

how to add the 'images' folder that appears by default in CK Editor when you try and upload an image. I want the images with main-folder and sub-folder to appear in the folder tree. Im using normal Ckeditor in html file.
CKEDITOR.replace('editor1', {
fullPage: true,
extraPlugins: 'mention,imageuploader',
allowedContent: true,
autoGrow_onStartup: true,
filebrowserImageBrowseUrl: 'ckeditor/plugins/imageuploader/imgbrowser.php?type=Images',
filebrowserImageUploadUrl: 'ckeditor/plugins/imageuploader/imgupload.php?type=Images'
});
I have added the image uploader plugins in the plugin folder and add the above code in my html file. then i clicked on imgae icon and popup will be opened. There im able to see the "browse" button. Once i clicked the browse button, im able to see the images where i have saved in the folder.
But im facing issue that if i click upload button, images are not attaching. page got stucked after clicked upload button.
http://localhost/admin_29/ckeditor/plugins/imageuploader/imgupload.php
Actually im looking that, once we clicked on the browse-server button.popup should open. In that popup,
List item
left side,folder should be there. If i click any image on the folder
List item
Right side, Image should display
List item
If i click upload button in the popup, new image should upload and image should save in the folder itself
Any help appreciated.
Thanks in advance
In my past experience if using localhost and especially chrome, you will get errors. Check out your dev console and most likely see some kind of error like:
Not allowed to load local resource: file:///F:/.../images/logo.png
Since you can browse the image folder might just be localhost issue. Why not try in on web server and see if works ok?

How to save a webpage

I'm on a website which has multiple links, but when I click a new link, it just changes the screen, not the url. I'm trying to save the screen, but it is saving the original screen. I right click, save as, webpage, complete or webpage, html only (I've tried both), but the original screen shows when I open the file. Any way to get the screen that I want? The one in which I clicked the link.
I have to assume that the links are javascript or php connected and are echoing a new html code when you click the link. The echo once clicked should change the source output to your browser. Try to right click on the page after you clicked the link and select view source, or inspect element and see if you can find these links targets' or copy paste the renewed browser code to your browser into a notepad document then save the file as a .html save to your desktop and open. That should create the same screen you see when you click a link.
click the link, view the change you want to save. right click and select "view source" copy the source and paste into notepad. Save as a.html file and run with a browser. this should produce the visual are looking for then print.

How to show the full file path in PHPStorm?

I'm new to PhpStorm and wondered if it's possible to show the full file path for an open file without hovering the mouse over the file tab?
I can only find this; http://www.jetbrains.com/phpstorm/webhelp/navigating-to-file-path.html
In Eclipse based IDEs the current open file path appears in the title bar.
The top bar should show you where your file is located:
Solution
There is now an option to do this in the editor settings labeled "Always show full path in window header"
Settings/Preferences | Appearance and Behavior | Appearance | UI Options
Documentation
Always show full path in window header
Show the full path to the project and to the current file in the main
window header. When disabled, the header will show only the name of
the project and file.
Reference: https://www.jetbrains.com/help/idea/settings-appearance.html#ui
Note: Another useful setting for those looking for visibility of file paths is "Show full path on mouse hover". This is found under ( Settings/Preferences | Editor | General | Editor Tabs )
Unfortunatly the only option you have is for it to show the path for non-unique filenames.
View > Appearance > check 'Navigation Bar'
You can also see the path and navigate the files using the Project tab (ALT + 1).
At least from the current version of any JetBrains product:
For MacOS you can do shift+option+cmd+C - this will copy full path+line.
A plugin called Tabdir seems to do this reasonably well. From the plugin page:
... this plugin will allow you to have directory names added to tab labels. It only shows path differences so if you have "blog/controllers/index" and "news/controllers/index" it will add either [blog] or [news].
The plugin doesn't appear to have been updated since 2012, but is working on my Webstorm 2021.1.2 (screenshot below). When you have a large number of tabs open, an albeit unique index tab isn't particularly helpful...

Getting the generated sourcecode of a page in notepad

Is there any way of getting the source code of an HTML browser-page that is showing when i click inspect element(in chrome of firefox) and put it in a notepad(automatically) or maybe accessing it automatically somehow.
I do not want the original sourcecode but the one that is generated after all the javascripts have already run.
I would like to use the code afterwards in another web page and parse it...
later edit: i can actually click the html in the inspect element and click copy html but i need for a nother site to automatically acces this information because i will try reloading the site at regular intervals and need to constantly get the new html
With Firebug's HTML tab, you can right click on the element, and click "Copy HTML".
See also this post:
how to get fully computed HTML (instead of source HTML)?
press ctrl+u then it will display source code of html page then go to file menu and save it as html file in your system. then you can open it in html or another editor like netbeans /dreamviewer/notepad. I suggest you to open it in netbeans or dreamviewer will be better then open it in notped.
thanks.
You can use the web developer plugin for Firefox or Chrome. It gives you the generated source of a page.
In Opera , Right Click -> click on Inspect Element -> right click on <html> tag -> click on Edit Markup, from there you can copy the entire HTML code.
Edit -> In Oprea, right click on the page -> click on Source -> a new tab opens , in the menu bar of newly opened tab you have option 'Save' , from that option you can save the html code as .html , .txt.
Hope this helps you.

open pdf in internet-explorer-8

I have a file Life.pdf in the directory
\10.230.193.131\dev\Reports
From my window explorer I am able to browse the folder and I can open the file\10.230.193.131\dev\Reports\Life.pdf , manually.
Now in my html page I am having a link to open the file
"open
file"
When I point mouse on the link in the left bottom corner of the browser it is also written like
file://10.230.193.131/dev/Reports/Life.pdf
But on clicking on the link , the pdf file is not opening.
No warning is also displayed.
But when my click on the link from my friend's system, he is able to open the file.
What can I do to make it openable form my system ?
Note we both are in same network and both can access the file
\10.230.193.131\dev\Reports\Life.pdf using file browser/window explorer.
I just need to make it openable from ie 8 and above.
Please try: <a href="http://10.230.193.131/dev/reports/Life.xls" target="_blank">open file<a>
Thanks.